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               239 include/crm/common/util.h is_not_set(long long word, long long bit)
bit               241 include/crm/common/util.h     return ((word & bit) == 0);
bit               246 include/crm/common/util.h is_set(long long word, long long bit)
bit               248 include/crm/common/util.h     return ((word & bit) == bit);
bit               253 include/crm/common/util.h is_set_any(long long word, long long bit)
bit               255 include/crm/common/util.h     return ((word & bit) != 0);
bit               168 tools/crm_mon.c     unsigned int bit;
bit               195 tools/crm_mon.c             return sections[i].bit;
bit               209 tools/crm_mon.c         unsigned int bit = find_section_bit(*s);
bit               215 tools/crm_mon.c         } else if (bit != 0) {
bit               216 tools/crm_mon.c             show &= ~bit;
bit               239 tools/crm_mon.c         unsigned int bit = find_section_bit(*s);
bit               257 tools/crm_mon.c         } else if (bit != 0) {
bit               258 tools/crm_mon.c             show |= bit;