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

/external/clang/test/Preprocessor/
H A Dstdint.c1133 // TCE:UINT_FAST64_MAX_ UINT_FAST64_MAX
1464 UINT_FAST64_MAX_ UINT_FAST64_MAX
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/libvncserver/compat/msvc/
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/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp205 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp206 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp155 #ifndef UINT_FAST64_MAX
156 #error UINT_FAST64_MAX not defined
/external/clang/lib/Headers/
H A Dstdint.h498 # define UINT_FAST64_MAX __UINT_LEAST64_MAX macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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 432 milliseconds