Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp161 #ifndef UINT_FAST64_MAX
162 #error UINT_FAST64_MAX not defined
Dstdint_h.xopen_source.compile.pass.cpp158 #ifndef UINT_FAST64_MAX
159 #error UINT_FAST64_MAX not defined
/external/clang/test/Preprocessor/
Dstdint.c1464 UINT_FAST64_MAX_ UINT_FAST64_MAX
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1576 UINT_FAST64_MAX_ UINT_FAST64_MAX
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h62 #define UINT_FAST64_MAX UINT64_MAX macro
/external/capstone/include/windowsce/
Dstdint.h94 #define UINT_FAST64_MAX UINT64_MAX macro
/external/llvm-project/libcxx/include/
Dcstdint61 UINT_FAST64_MAX
/external/libcxx/include/
Dcstdint62 UINT_FAST64_MAX
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp156 #ifndef UINT_FAST64_MAX
157 #error UINT_FAST64_MAX not defined
Dstdint_h.pass.cpp206 …static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615… in main()
/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/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp156 #ifndef UINT_FAST64_MAX
157 #error UINT_FAST64_MAX not defined
/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/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp207 …static_assert(UINT_FAST64_MAX >= 18446744073709551615ULL, "UINT_FAST64_MAX >= 18446744073709551615… in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py129 UINT_FAST64_MAX = (__UINT64_C(18446744073709551615)) variable
/external/llvm-project/clang/lib/Headers/
Dstdint.h484 # define UINT_FAST64_MAX __UINT_LEAST64_MAX macro
/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/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc185 SYMBOL(UINT_FAST64_MAX, None, <stdint.h>)