Searched refs:UINT_FAST64_MAX (Results 1 - 14 of 14) 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/syslinux/dos/
H A Dstdint.h102 # define UINT_FAST64_MAX (18446744073709551615ULL) macro
/external/syslinux/com32/include/
H A Dstdint.h68 #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/libusb/msvc/
H A Dstdint.h172 #define UINT_FAST64_MAX UINT64_MAX macro
/external/libvncserver/compat/msvc/
H A Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h156 #define UINT_FAST64_MAX UINT64_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp205 static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615ULL");
H A Dinttypes_h.pass.cpp155 #ifndef UINT_FAST64_MAX
156 #error UINT_FAST64_MAX not defined
/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/python/cpython2/Lib/plat-linux2/
H A DIN.py129 UINT_FAST64_MAX = (__UINT64_C(18446744073709551615)) variable
/external/clang/lib/Headers/
H A Dstdint.h498 # define UINT_FAST64_MAX __UINT_LEAST64_MAX macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py257 UINT_FAST64_MAX = (__UINT64_C(18446744073709551615)) variable

Completed in 1309 milliseconds