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

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h13 #define INTPTR_MAX INT32_MAX macro
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h13 #define INTPTR_MAX INT64_MAX macro
/external/clang/test/Preprocessor/
H A Dstdint.c1467 INTPTR_MAX_ INTPTR_MAX
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/libusb/msvc/
H A Dstdint.h178 #define INTPTR_MAX INT64_MAX macro
182 #define INTPTR_MAX INT32_MAX macro
/external/libvncserver/compat/msvc/
H A Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h161 # define INTPTR_MAX INT64_MAX macro
165 # define INTPTR_MAX INT32_MAX macro
/external/syslinux/dos/
H A Dstdint.h105 # define INTPTR_MAX (2147483647) macro
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py131 INTPTR_MAX = (9223372036854775807L) variable
133 INTPTR_MAX = (2147483647) variable
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp210 // INTPTR_MAX
211 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max());
H A Dinttypes_h.pass.cpp163 #ifndef INTPTR_MAX
164 #error INTPTR_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp211 // INTPTR_MAX
212 assert(INTPTR_MAX == std::numeric_limits<std::intptr_t>::max());
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp163 #ifndef INTPTR_MAX
164 #error INTPTR_MAX not defined
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py259 INTPTR_MAX = (9223372036854775807L) variable
261 INTPTR_MAX = (2147483647) variable
/external/clang/lib/Headers/
H A Dstdint.h663 #define INTPTR_MAX __INTN_MAX(__INTPTR_WIDTH__) macro

Completed in 2176 milliseconds