/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 177 # define INTMAX_MIN LLONG_MIN macro 180 # define INTMAX_MIN __LONG_LONG_MIN__ macro 187 # define INTMAX_MIN LONG_MIN macro
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 177 #ifndef INTMAX_MIN 178 #error INTMAX_MIN not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 174 #ifndef INTMAX_MIN 175 #error INTMAX_MIN not defined
|
/external/clang/test/Preprocessor/ |
D | expr_usual_conversions.c | 3 #define INTMAX_MIN (-9223372036854775807LL -1) macro
|
D | stdint.c | 1473 INTMAX_MIN_ INTMAX_MIN
|
/external/llvm-project/clang/test/Preprocessor/ |
D | expr_usual_conversions.c | 3 #define INTMAX_MIN (-9223372036854775807LL -1) macro
|
D | stdint.c | 1585 INTMAX_MIN_ INTMAX_MIN
|
/external/llvm-project/clang/test/Headers/ |
D | stdint-typeof-MINMAX.cpp | 28 static_assert(__is_same(__typeof__(INTMAX_MIN), intmax_t));
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 68 #define INTMAX_MIN LLONG_MIN macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 100 #define INTMAX_MIN INT64_MIN macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 67 INTMAX_MIN
|
/external/libcxx/include/ |
D | cstdint | 68 INTMAX_MIN
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 185 #define INTMAX_MIN INT64_MIN macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 68 INTMAX_MIN = INT32_MIN variable
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 172 #ifndef INTMAX_MIN 173 #error INTMAX_MIN not defined
|
D | stdint_h.pass.cpp | 218 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min()); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 171 #ifndef INTMAX_MIN 172 #error INTMAX_MIN not defined
|
D | stdint_h.pass.cpp | 217 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min()); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 172 #ifndef INTMAX_MIN 173 #error INTMAX_MIN not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 171 #ifndef INTMAX_MIN 172 #error INTMAX_MIN not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 218 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min()); in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 219 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min()); in main()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 134 INTMAX_MIN = (-__INT64_C(9223372036854775807)-1) variable
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 662 #define INTMAX_MIN (-__INTMAX_MAX__-1) macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 676 #define INTMAX_MIN __INTN_MIN(__INTMAX_WIDTH__) macro
|