UINT64_MAX 150 gnulib-tests/test-bitrotate.c #ifdef UINT64_MAX UINT64_MAX 54 gnulib-tests/test-inttypes.c #ifdef UINT64_MAX UINT64_MAX 97 gnulib-tests/test-inttypes.c #ifdef UINT64_MAX UINT64_MAX 84 gnulib-tests/test-stdint.c #ifdef UINT64_MAX UINT64_MAX 85 gnulib-tests/test-stdint.c uint64_t b4[2] = { UINT64_C (17), UINT64_MAX }; UINT64_MAX 86 gnulib-tests/test-stdint.c verify (TYPE_MAXIMUM (uint64_t) == UINT64_MAX); UINT64_MAX 87 gnulib-tests/test-stdint.c verify_same_types (UINT64_MAX, (uint64_t) 0 + 0); UINT64_MAX 26 lib/bitrotate.h #ifdef UINT64_MAX UINT64_MAX 33 lib/bitrotate.h return ((x << n) | (x >> (64 - n))) & UINT64_MAX; UINT64_MAX 42 lib/bitrotate.h return ((x >> n) | (x << (64 - n))) & UINT64_MAX; UINT64_MAX 194 lib/inttypes.in.h # ifdef UINT64_MAX UINT64_MAX 302 lib/inttypes.in.h # ifdef UINT64_MAX UINT64_MAX 475 lib/inttypes.in.h # ifdef UINT64_MAX UINT64_MAX 687 lib/inttypes.in.h # ifdef UINT64_MAX UINT64_MAX 779 lib/inttypes.in.h # ifdef UINT64_MAX UINT64_MAX 954 lib/inttypes.in.h # ifdef UINT64_MAX UINT64_MAX 170 lib/stdint.in.h #ifdef UINT64_MAX UINT64_MAX 353 lib/stdint.in.h #if defined GL_UINT64_T && ! defined UINT64_MAX UINT64_MAX 393 lib/stdint.in.h # define UINT_LEAST64_MAX UINT64_MAX UINT64_MAX 432 lib/stdint.in.h # define UINT_FAST64_MAX UINT64_MAX UINT64_MAX 458 lib/stdint.in.h # ifdef UINT64_MAX UINT64_MAX 459 lib/stdint.in.h # define UINTMAX_MAX UINT64_MAX UINT64_MAX 103 lib/tempname.c #if !defined UINT64_MAX && !defined uint64_t