Searched refs:UINT_FAST64_MAX (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Preprocessor/
H A Dstdint.c1026 // TCE:UINT_FAST64_MAX_ UINT_FAST64_MAX
1357 UINT_FAST64_MAX_ UINT_FAST64_MAX
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h172 #define UINT_FAST64_MAX UINT64_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/mesa3d/include/c99/
H A Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/bison/darwin-lib/
H A Dstdint.h464 #undef UINT_FAST64_MAX macro
466 # define UINT_FAST64_MAX UINT64_MAX macro
/external/bison/lib/
H A Dstdint.in.h463 #undef UINT_FAST64_MAX
465 # define UINT_FAST64_MAX UINT64_MAX
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp204 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp204 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp155 #ifndef UINT_FAST64_MAX
156 #error UINT_FAST64_MAX not defined
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h641 # define UINT_FAST64_MAX UINT_LEAST64_MAX macro
/external/clang/lib/Headers/
H A Dstdint.h498 # define UINT_FAST64_MAX __UINT_LEAST64_MAX macro
/external/bison/
H A Dconfigure14267 uint_fast64_t f4 = UINT_FAST64_MAX;
14332 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;

Completed in 5795 milliseconds