Searched refs:INTMAX_MAX (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h170 #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
H A Dzdump.c68 #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)
716 if (INTMAX_MAX / SECSPER400YEARS < diff400)
/external/clang/test/Preprocessor/
H A Dstdint.c1474 INTMAX_MAX_ INTMAX_MAX
/external/syslinux/dos/
H A Dstdint.h109 # define INTMAX_MAX (9223372036854775807LL) macro
/external/syslinux/com32/include/
H A Dstdint.h71 #define INTMAX_MAX INT64_MAX macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h186 #define INTMAX_MAX INT64_MAX macro
/external/libusb/msvc/
H A Dstdint.h188 #define INTMAX_MAX INT64_MAX macro
/external/libvncserver/compat/msvc/
H A Dstdint.h186 #define INTMAX_MAX INT64_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h171 #define INTMAX_MAX INT64_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp219 // INTMAX_MAX
220 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max());
H A Dinttypes_h.pass.cpp175 #ifndef INTMAX_MAX
176 #error INTMAX_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp220 // INTMAX_MAX
221 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
/external/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py61 INTMAX_MAX = INT32_MAX variable
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp175 #ifndef INTMAX_MAX
176 #error INTMAX_MAX not defined
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py135 INTMAX_MAX = (__INT64_C(9223372036854775807)) variable
/external/clang/lib/Headers/
H A Dstdint.h677 #define INTMAX_MAX __INTN_MAX(__INTMAX_WIDTH__) macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py263 INTMAX_MAX = (__INT64_C(9223372036854775807)) variable

Completed in 224 milliseconds