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 162 daemons/fenced/pacemaker-fenced.h st_callback_unknown = UINT64_C(0), UINT64_C 163 daemons/fenced/pacemaker-fenced.h st_callback_notify_fence = (UINT64_C(1) << 0), UINT64_C 164 daemons/fenced/pacemaker-fenced.h st_callback_device_add = (UINT64_C(1) << 2), UINT64_C 165 daemons/fenced/pacemaker-fenced.h st_callback_device_del = (UINT64_C(1) << 4), UINT64_C 166 daemons/fenced/pacemaker-fenced.h st_callback_notify_history = (UINT64_C(1) << 5), UINT64_C 167 daemons/fenced/pacemaker-fenced.h st_callback_notify_history_synced = (UINT64_C(1) << 6) UINT64_C 122 include/crm/common/ipc_internal.h pcmk__client_ipc = (UINT64_C(1) << 32), // Client uses plain IPC UINT64_C 123 include/crm/common/ipc_internal.h pcmk__client_tcp = (UINT64_C(1) << 33), // Client uses TCP connection UINT64_C 125 include/crm/common/ipc_internal.h pcmk__client_tls = (UINT64_C(1) << 34), // Client uses TCP with TLS UINT64_C 129 include/crm/common/ipc_internal.h pcmk__client_proxied = (UINT64_C(1) << 40), // Client IPC is proxied UINT64_C 130 include/crm/common/ipc_internal.h pcmk__client_privileged = (UINT64_C(1) << 41), // root or cluster user UINT64_C 131 include/crm/common/ipc_internal.h pcmk__client_to_proxy = (UINT64_C(1) << 42), // Local client to be proxied UINT64_C 134 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);