Home
last modified time | relevance | path

Searched refs:UINT_FAST64_MAX (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/Preprocessor/
Dstdint.c1464 UINT_FAST64_MAX_ UINT_FAST64_MAX
/external/syslinux/dos/
Dstdint.h102 # define UINT_FAST64_MAX (18446744073709551615ULL) macro
/external/bison/darwin-lib/
Dstdint.h464 #undef UINT_FAST64_MAX
466 # define UINT_FAST64_MAX UINT64_MAX macro
/external/syslinux/com32/include/
Dstdint.h68 #define UINT_FAST64_MAX UINT64_MAX macro
/external/bison/lib/
Dstdint.in.h463 #undef UINT_FAST64_MAX
465 # define UINT_FAST64_MAX UINT64_MAX
/external/libcxx/include/
Dcstdint62 UINT_FAST64_MAX
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/libusb/msvc/
Dstdint.h172 #define UINT_FAST64_MAX UINT64_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp155 #ifndef UINT_FAST64_MAX
156 #error UINT_FAST64_MAX not defined
Dstdint_h.pass.cpp205 …static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615… in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp155 #ifndef UINT_FAST64_MAX
156 #error UINT_FAST64_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp206 …static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615… in main()
/external/bison/m4/
Dstdint.m4142 uint_fast64_t f4 = UINT_FAST64_MAX;
207 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
/external/python/cpython2/Lib/plat-linux2/
DIN.py129 UINT_FAST64_MAX = (__UINT64_C(18446744073709551615)) variable
/external/clang/lib/Headers/
Dstdint.h498 # define UINT_FAST64_MAX __UINT_LEAST64_MAX macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py257 UINT_FAST64_MAX = (__UINT64_C(18446744073709551615)) variable
/external/bison/
Dconfigure14267 uint_fast64_t f4 = UINT_FAST64_MAX;
14332 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;