UINT64_C          164 daemons/based/based_callbacks.c         uint64_t bit = UINT64_C(0);
UINT64_C           36 daemons/based/pacemaker-based.h     cib_notify_pre     = (UINT64_C(1) << 0),
UINT64_C           37 daemons/based/pacemaker-based.h     cib_notify_post    = (UINT64_C(1) << 1),
UINT64_C           38 daemons/based/pacemaker-based.h     cib_notify_replace = (UINT64_C(1) << 2),
UINT64_C           39 daemons/based/pacemaker-based.h     cib_notify_confirm = (UINT64_C(1) << 3),
UINT64_C           40 daemons/based/pacemaker-based.h     cib_notify_diff    = (UINT64_C(1) << 4),
UINT64_C           43 daemons/based/pacemaker-based.h     cib_is_daemon      = (UINT64_C(1) << 12),
UINT64_C          164 daemons/fenced/pacemaker-fenced.h     st_callback_unknown               =  UINT64_C(0),
UINT64_C          165 daemons/fenced/pacemaker-fenced.h     st_callback_notify_fence          = (UINT64_C(1) << 0),
UINT64_C          166 daemons/fenced/pacemaker-fenced.h     st_callback_device_add            = (UINT64_C(1) << 2),
UINT64_C          167 daemons/fenced/pacemaker-fenced.h     st_callback_device_del            = (UINT64_C(1) << 4),
UINT64_C          168 daemons/fenced/pacemaker-fenced.h     st_callback_notify_history        = (UINT64_C(1) << 5),
UINT64_C          169 daemons/fenced/pacemaker-fenced.h     st_callback_notify_history_synced = (UINT64_C(1) << 6)
UINT64_C          129 include/crm/common/ipc_internal.h     pcmk__client_ipc                    = (UINT64_C(1) << 32),
UINT64_C          132 include/crm/common/ipc_internal.h     pcmk__client_tcp                    = (UINT64_C(1) << 33),
UINT64_C          136 include/crm/common/ipc_internal.h     pcmk__client_tls                    = (UINT64_C(1) << 34),
UINT64_C          142 include/crm/common/ipc_internal.h     pcmk__client_proxied                = (UINT64_C(1) << 40),
UINT64_C          145 include/crm/common/ipc_internal.h     pcmk__client_privileged             = (UINT64_C(1) << 41),
UINT64_C          148 include/crm/common/ipc_internal.h     pcmk__client_to_proxy               = (UINT64_C(1) << 42),
UINT64_C          155 include/crm/common/ipc_internal.h     pcmk__client_authenticated          = (UINT64_C(1) << 43),
UINT64_C          159 include/crm/common/ipc_internal.h     pcmk__client_tls_handshake_complete = (UINT64_C(1) << 44),
UINT64_C          163 include/crm/common/ipc_internal.h #define PCMK__CLIENT_TYPE(client) ((client)->flags & UINT64_C(0xff00000000))
UINT64_C          671 maint/gnulib/lib/stdint.in.h #   define UINTMAX_C(x)  UINT64_C(x)
UINT64_C           81 maint/gnulib/tests/test-stdint.c uint64_t b4[2] = { UINT64_C (17), UINT64_MAX };
UINT64_C          347 maint/gnulib/tests/test-stdint.c #ifdef UINT64_C
UINT64_C          348 maint/gnulib/tests/test-stdint.c verify (UINT64_C (17) == 17);
UINT64_C          349 maint/gnulib/tests/test-stdint.c verify_same_types (UINT64_C (17), (uint_least64_t)0 + 0);