Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h143 # define INT_FAST64_MIN LLONG_MIN macro
146 # define INT_FAST64_MIN __LONG_LONG_MIN__ macro
156 # define INT_FAST64_MIN LONG_MIN macro
Dzic.c37 #define ZIC_MIN INT_FAST64_MIN
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/
Dstdint_h.std_types_t.compile.pass.cpp129 #ifndef INT_FAST64_MIN
130 #error INT_FAST64_MIN not defined
Dstdint_h.xopen_source.compile.pass.cpp126 #ifndef INT_FAST64_MIN
127 #error INT_FAST64_MIN not defined
/external/clang/test/Preprocessor/
Dstdint.c1462 INT_FAST64_MIN_ INT_FAST64_MIN
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1574 INT_FAST64_MIN_ INT_FAST64_MIN
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h60 #define INT_FAST64_MIN INT64_MIN macro
/external/capstone/include/windowsce/
Dstdint.h86 #define INT_FAST64_MIN INT64_MIN macro
/external/llvm-project/libcxx/include/
Dcstdint51 INT_FAST64_MIN
/external/libcxx/include/
Dcstdint52 INT_FAST64_MIN
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h166 #define INT_FAST64_MIN INT64_MIN macro
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp124 #ifndef INT_FAST64_MIN
125 #error INT_FAST64_MIN not defined
Dstdint_h.pass.cpp194 …static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -922337203685477580… in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp123 #ifndef INT_FAST64_MIN
124 #error INT_FAST64_MIN not defined
Dstdint_h.pass.cpp193 …static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -922337203685477580… in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp124 #ifndef INT_FAST64_MIN
125 #error INT_FAST64_MIN not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp123 #ifndef INT_FAST64_MIN
124 #error INT_FAST64_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp194 …static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -922337203685477580… in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp195 …static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -922337203685477580… in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py121 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1) variable
/external/llvm-project/clang/lib/Headers/
Dstdint.h482 # define INT_FAST64_MIN __INT_LEAST64_MIN macro
/external/clang/lib/Headers/
Dstdint.h496 # define INT_FAST64_MIN __INT_LEAST64_MIN macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py250 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1) variable
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc106 SYMBOL(INT_FAST64_MIN, None, <stdint.h>)