UINT32_C           19 include/crm/common/messages_internal.h     pcmk__request_none          = UINT32_C(0),
UINT32_C           25 include/crm/common/messages_internal.h     pcmk__request_sync          = (UINT32_C(1) << 0),
UINT32_C           30 include/crm/common/messages_internal.h     pcmk__request_reuse_options = (UINT32_C(1) << 1),
UINT32_C           76 maint/gnulib/tests/test-stdint.c uint32_t b3[2] = { UINT32_C (17), UINT32_MAX };
UINT32_C          340 maint/gnulib/tests/test-stdint.c verify (UINT32_C (17) == 17);
UINT32_C          341 maint/gnulib/tests/test-stdint.c verify_same_types (UINT32_C (17), (uint_least32_t)0 + 0);