bit               164 daemons/based/based_callbacks.c         uint64_t bit = UINT64_C(0);
bit               173 daemons/based/based_callbacks.c             bit = cib_notify_post;
bit               176 daemons/based/based_callbacks.c             bit = cib_notify_pre;
bit               179 daemons/based/based_callbacks.c             bit = cib_notify_confirm;
bit               182 daemons/based/based_callbacks.c             bit = cib_notify_diff;
bit               185 daemons/based/based_callbacks.c             bit = cib_notify_replace;
bit               191 daemons/based/based_callbacks.c         if (bit != 0) {
bit               193 daemons/based/based_callbacks.c                 pcmk__set_client_flags(cib_client, bit);
bit               195 daemons/based/based_callbacks.c                 pcmk__clear_client_flags(cib_client, bit);
bit                31 include/crm/common/util_compat.h is_not_set(long long word, long long bit)
bit                33 include/crm/common/util_compat.h     return ((word & bit) == 0);
bit                38 include/crm/common/util_compat.h is_set(long long word, long long bit)
bit                40 include/crm/common/util_compat.h     return ((word & bit) == bit);
bit                45 include/crm/common/util_compat.h is_set_any(long long word, long long bit)
bit                47 include/crm/common/util_compat.h     return ((word & bit) != 0);
bit               176 tools/crm_mon.c     unsigned int bit;
bit               203 tools/crm_mon.c             return sections[i].bit;
bit               217 tools/crm_mon.c         unsigned int bit = find_section_bit(*s);
bit               223 tools/crm_mon.c         } else if (bit != 0) {
bit               224 tools/crm_mon.c             show &= ~bit;
bit               247 tools/crm_mon.c         unsigned int bit = find_section_bit(*s);
bit               265 tools/crm_mon.c         } else if (bit != 0) {
bit               266 tools/crm_mon.c             show |= bit;