/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 143 # define INT_FAST64_MIN LLONG_MIN macro 146 # define INT_FAST64_MIN __LONG_LONG_MIN__ macro 156 # define INT_FAST64_MIN LONG_MIN macro
|
D | zic.c | 37 #define ZIC_MIN INT_FAST64_MIN
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 129 #ifndef INT_FAST64_MIN 130 #error INT_FAST64_MIN not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 126 #ifndef INT_FAST64_MIN 127 #error INT_FAST64_MIN not defined
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1462 INT_FAST64_MIN_ INT_FAST64_MIN
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1574 INT_FAST64_MIN_ INT_FAST64_MIN
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 60 #define INT_FAST64_MIN INT64_MIN macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 86 #define INT_FAST64_MIN INT64_MIN macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 51 INT_FAST64_MIN
|
/external/libcxx/include/ |
D | cstdint | 52 INT_FAST64_MIN
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 166 #define INT_FAST64_MIN INT64_MIN macro
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 124 #ifndef INT_FAST64_MIN 125 #error INT_FAST64_MIN not defined
|
D | stdint_h.pass.cpp | 194 …static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -922337203685477580… in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 123 #ifndef INT_FAST64_MIN 124 #error INT_FAST64_MIN not defined
|
D | stdint_h.pass.cpp | 193 …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/ |
D | cinttypes.pass.cpp | 124 #ifndef INT_FAST64_MIN 125 #error INT_FAST64_MIN not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 123 #ifndef INT_FAST64_MIN 124 #error INT_FAST64_MIN not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 194 …static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -922337203685477580… in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 195 …static_assert(INT_FAST64_MIN <= -9223372036854775807LL - 1, "INT_FAST64_MIN <= -922337203685477580… in main()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 121 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1) variable
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 482 # define INT_FAST64_MIN __INT_LEAST64_MIN macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 496 # define INT_FAST64_MIN __INT_LEAST64_MIN macro
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 250 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1) variable
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 106 SYMBOL(INT_FAST64_MIN, None, <stdint.h>)
|