/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 170 #ifndef INTMAX_MAX 176 # define INTMAX_MAX LLONG_MAX macro 179 # define INTMAX_MAX __LONG_LONG_MAX__ macro 186 # define INTMAX_MAX LONG_MAX macro
|
D | zdump.c | 68 #ifndef INTMAX_MAX 74 # define INTMAX_MAX LLONG_MAX macro 76 # define INTMAX_MAX __LONG_LONG_MAX__ macro 82 # define INTMAX_MAX LONG_MAX macro 167 enum { SECSPER400YEARS_FITS = SECSPERLYEAR <= INTMAX_MAX / 400 }; 700 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot() 716 if (INTMAX_MAX / SECSPER400YEARS < diff400) in yeartot()
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 181 #ifndef INTMAX_MAX 182 #error INTMAX_MAX not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 178 #ifndef INTMAX_MAX 179 #error INTMAX_MAX not defined
|
/external/llvm-project/clang/test/Headers/ |
D | stdint-typeof-MINMAX.cpp | 29 static_assert(__is_same(__typeof__(INTMAX_MAX), intmax_t));
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1474 INTMAX_MAX_ INTMAX_MAX
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1586 INTMAX_MAX_ INTMAX_MAX
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 69 #define INTMAX_MAX LLONG_MAX macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 101 #define INTMAX_MAX INT64_MAX macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 68 INTMAX_MAX
|
/external/libcxx/include/ |
D | cstdint | 69 INTMAX_MAX
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 186 #define INTMAX_MAX INT64_MAX macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 61 INTMAX_MAX = INT32_MAX variable
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 176 #ifndef INTMAX_MAX 177 #error INTMAX_MAX not defined
|
D | stdint_h.pass.cpp | 221 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max()); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 175 #ifndef INTMAX_MAX 176 #error INTMAX_MAX not defined
|
D | stdint_h.pass.cpp | 220 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max()); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 176 #ifndef INTMAX_MAX 177 #error INTMAX_MAX not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 175 #ifndef INTMAX_MAX 176 #error INTMAX_MAX not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 221 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max()); in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 222 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max()); in main()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 135 INTMAX_MAX = (__INT64_C(9223372036854775807)) variable
|
/external/llvm-project/clang/lib/Headers/ |
D | stdint.h | 663 #define INTMAX_MAX __INTMAX_MAX__ macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__) macro
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 263 INTMAX_MAX = (__INT64_C(9223372036854775807)) variable
|