Home
last modified time | relevance | path

Searched refs:INTMAX_MIN (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h177 # define INTMAX_MIN LLONG_MIN macro
180 # define INTMAX_MIN __LONG_LONG_MIN__ macro
187 # define INTMAX_MIN LONG_MIN macro
/external/clang/test/Preprocessor/
Dexpr_usual_conversions.c3 #define INTMAX_MIN (-9223372036854775807LL -1) macro
Dstdint.c1473 INTMAX_MIN_ INTMAX_MIN
/external/libcxx/include/
Dcstdint68 INTMAX_MIN
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h185 #define INTMAX_MIN INT64_MIN macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h185 #define INTMAX_MIN INT64_MIN macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h170 #define INTMAX_MIN INT64_MIN macro
/external/libusb/msvc/
Dstdint.h187 #define INTMAX_MIN INT64_MIN macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp171 #ifndef INTMAX_MIN
172 #error INTMAX_MIN not defined
Dstdint_h.pass.cpp217 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min()); in main()
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py68 INTMAX_MIN = INT32_MIN variable
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp171 #ifndef INTMAX_MIN
172 #error INTMAX_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp218 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min()); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py134 INTMAX_MIN = (-__INT64_C(9223372036854775807)-1) variable
/external/clang/lib/Headers/
Dstdint.h676 #define INTMAX_MIN __INTN_MIN(__INTMAX_WIDTH__) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py262 INTMAX_MIN = (-__INT64_C(9223372036854775807)-1) variable