Home
last modified time | relevance | path

Searched refs:INTPTR_MIN (Results 1 – 19 of 19) sorted by relevance

/external/jemalloc/include/msvc_compat/C99/
Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/libvncserver/compat/msvc/
Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/libusb/msvc/
Dstdint.h177 #define INTPTR_MIN INT64_MIN macro
181 #define INTPTR_MIN INT32_MIN macro
/external/syslinux/com32/include/bitsize64/
Dstdintlimits.h12 #define INTPTR_MIN INT64_MIN macro
/external/syslinux/com32/include/bitsize32/
Dstdintlimits.h12 #define INTPTR_MIN INT32_MIN macro
/external/clang/test/Preprocessor/
Dstdint.c1466 INTPTR_MIN_ INTPTR_MIN
/external/syslinux/dos/
Dstdint.h104 # define INTPTR_MIN (-2147483647-1) macro
/external/bison/darwin-lib/
Dstdint.h471 #undef INTPTR_MIN
474 #define INTPTR_MIN LONG_MIN macro
/external/bison/lib/
Dstdint.in.h470 #undef INTPTR_MIN
473 #define INTPTR_MIN LONG_MIN
/external/libcxx/include/
Dcstdint64 INTPTR_MIN
/external/python/cpython2/Lib/plat-linux2/
DIN.py130 INTPTR_MIN = (-9223372036854775807L-1) variable
132 INTPTR_MIN = (-2147483647-1) variable
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
Dstdint_h.pass.cpp208 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min()); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py258 INTPTR_MIN = (-9223372036854775807L-1) variable
260 INTPTR_MIN = (-2147483647-1) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp209 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min()); in main()
/external/clang/lib/Headers/
Dstdint.h662 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__) macro
/external/bison/m4/
Dstdint.m4145 intptr_t gmin = INTPTR_MIN;
/external/bison/
Dconfigure14270 intptr_t gmin = INTPTR_MIN;