Home
last modified time | relevance | path

Searched refs:INTPTR_MAX (Results 1 – 22 of 22) sorted by relevance

/external/jemalloc/include/msvc_compat/C99/
Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/libusb/msvc/
Dstdint.h178 #define INTPTR_MAX INT64_MAX macro
182 #define INTPTR_MAX INT32_MAX macro
/external/syslinux/com32/include/bitsize64/
Dstdintlimits.h13 #define INTPTR_MAX INT64_MAX macro
/external/syslinux/com32/include/bitsize32/
Dstdintlimits.h13 #define INTPTR_MAX INT32_MAX macro
/external/bison/lib/
Dinttypes.in.h551 # ifdef INTPTR_MAX
557 # ifdef INTPTR_MAX
1018 # ifdef INTPTR_MAX
1024 # ifdef INTPTR_MAX
Dstdint.in.h471 #undef INTPTR_MAX
474 #define INTPTR_MAX LONG_MAX
/external/clang/test/Preprocessor/
Dstdint.c1467 INTPTR_MAX_ INTPTR_MAX
/external/syslinux/dos/
Dstdint.h105 # define INTPTR_MAX (2147483647) macro
/external/bison/linux-lib/
Dinttypes.h863 # ifdef INTPTR_MAX
869 # ifdef INTPTR_MAX
1330 # ifdef INTPTR_MAX
1336 # ifdef INTPTR_MAX
/external/bison/darwin-lib/
Dinttypes.h863 # ifdef INTPTR_MAX
869 # ifdef INTPTR_MAX
1330 # ifdef INTPTR_MAX
1336 # ifdef INTPTR_MAX
Dstdint.h472 #undef INTPTR_MAX
475 #define INTPTR_MAX LONG_MAX macro
/external/libcxx/include/
Dcstdint65 INTPTR_MAX
/external/python/cpython2/Lib/plat-linux2/
DIN.py131 INTPTR_MAX = (9223372036854775807L) variable
133 INTPTR_MAX = (2147483647) variable
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp163 #ifndef INTPTR_MAX
164 #error INTPTR_MAX not defined
Dstdint_h.pass.cpp211 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max()); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp163 #ifndef INTPTR_MAX
164 #error INTPTR_MAX not defined
/external/python/cpython2/Lib/plat-atheos/
DIN.py259 INTPTR_MAX = (9223372036854775807L) variable
261 INTPTR_MAX = (2147483647) variable
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp212 assert(INTPTR_MAX == std::numeric_limits<std::intptr_t>::max()); in main()
/external/bison/m4/
Dstdint.m4143 #ifdef INTPTR_MAX
144 intptr_t g = INTPTR_MAX;
/external/clang/lib/Headers/
Dstdint.h663 #define INTPTR_MAX __INTN_MAX(__INTPTR_WIDTH__) macro
/external/bison/
Dconfigure14269 intptr_t g = INTPTR_MAX;