Home
last modified time | relevance | path

Searched refs:INT_FAST64_MAX (Results 1 – 24 of 24) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h138 #ifndef INT_FAST64_MAX
144 # define INT_FAST64_MAX LLONG_MAX macro
147 # define INT_FAST64_MAX __LONG_LONG_MAX__ macro
157 # define INT_FAST64_MAX LONG_MAX macro
Dzic.c38 #define ZIC_MAX INT_FAST64_MAX
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp145 #ifndef INT_FAST64_MAX
146 #error INT_FAST64_MAX not defined
Dstdint_h.xopen_source.compile.pass.cpp142 #ifndef INT_FAST64_MAX
143 #error INT_FAST64_MAX not defined
/external/clang/test/Preprocessor/
Dstdint.c1463 INT_FAST64_MAX_ INT_FAST64_MAX
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1575 INT_FAST64_MAX_ INT_FAST64_MAX
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h61 #define INT_FAST64_MAX INT64_MAX macro
/external/capstone/include/windowsce/
Dstdint.h90 #define INT_FAST64_MAX INT64_MAX macro
/external/llvm-project/libcxx/include/
Dcstdint56 INT_FAST64_MAX
/external/libcxx/include/
Dcstdint57 INT_FAST64_MAX
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h167 #define INT_FAST64_MAX INT64_MAX macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp140 #ifndef INT_FAST64_MAX
141 #error INT_FAST64_MAX not defined
Dstdint_h.pass.cpp200 … static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL"); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp139 #ifndef INT_FAST64_MAX
140 #error INT_FAST64_MAX not defined
Dstdint_h.pass.cpp199 … static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL"); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp140 #ifndef INT_FAST64_MAX
141 #error INT_FAST64_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp139 #ifndef INT_FAST64_MAX
140 #error INT_FAST64_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp200 … static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL"); in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp201 … static_assert(INT_FAST64_MAX >= 9223372036854775807LL, "INT_FAST64_MAX >= 9223372036854775807LL"); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py127 INT_FAST64_MAX = (__INT64_C(9223372036854775807)) variable
/external/llvm-project/clang/lib/Headers/
Dstdint.h483 # define INT_FAST64_MAX __INT_LEAST64_MAX macro
/external/clang/lib/Headers/
Dstdint.h497 # define INT_FAST64_MAX __INT_LEAST64_MAX macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py256 INT_FAST64_MAX = (__INT64_C(9223372036854775807)) variable
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc105 SYMBOL(INT_FAST64_MAX, None, <stdint.h>)