Searched refs:INTPTR_MIN (Results 1 - 15 of 15) sorted by relevance

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h12 #define INTPTR_MIN INT32_MIN macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h12 #define INTPTR_MIN INT64_MIN macro
/external/clang/test/Preprocessor/
H A Dstdint.c1466 INTPTR_MIN_ INTPTR_MIN
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/libusb/msvc/
H A Dstdint.h177 #define INTPTR_MIN INT64_MIN macro
181 #define INTPTR_MIN INT32_MIN macro
/external/libvncserver/compat/msvc/
H A Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h160 # define INTPTR_MIN INT64_MIN macro
164 # define INTPTR_MIN INT32_MIN macro
/external/syslinux/dos/
H A Dstdint.h104 # define INTPTR_MIN (-2147483647-1) macro
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py130 INTPTR_MIN = (-9223372036854775807L-1) variable
132 INTPTR_MIN = (-2147483647-1) variable
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp207 // INTPTR_MIN
208 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min());
H A Dinttypes_h.pass.cpp159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp208 // INTPTR_MIN
209 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min());
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py258 INTPTR_MIN = (-9223372036854775807L-1) variable
260 INTPTR_MIN = (-2147483647-1) variable
/external/clang/lib/Headers/
H A Dstdint.h662 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__) macro

Completed in 484 milliseconds