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

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

Completed in 547 milliseconds