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

/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h178 #define INTPTR_MAX INT64_MAX macro
182 #define INTPTR_MAX INT32_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/clang/test/Preprocessor/
H A Dstdint.c1360 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/mesa3d/include/c99/
H A Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/bison/lib/
H A Dinttypes.in.h551 # ifdef INTPTR_MAX
557 # ifdef INTPTR_MAX
1018 # ifdef INTPTR_MAX
1024 # ifdef INTPTR_MAX
H A Dstdint.in.h471 #undef INTPTR_MAX
474 #define INTPTR_MAX LONG_MAX
/external/bison/darwin-lib/
H A Dstdint.h472 #undef INTPTR_MAX macro
475 #define INTPTR_MAX LONG_MAX macro
H A Dinttypes.h863 # ifdef INTPTR_MAX
869 # ifdef INTPTR_MAX
1330 # ifdef INTPTR_MAX
1336 # ifdef INTPTR_MAX
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h702 # ifndef INTPTR_MAX
703 # define INTPTR_MAX stdint_intptr_glue3(INT,stdint_intptr_bits,_MAX) macro
/external/bison/linux-lib/
H A Dinttypes.h863 # ifdef INTPTR_MAX
869 # ifdef INTPTR_MAX
1330 # ifdef INTPTR_MAX
1336 # ifdef INTPTR_MAX
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp209 // INTPTR_MAX
210 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max());
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp209 // INTPTR_MAX
210 assert(INTPTR_MAX == std::numeric_limits<std::intptr_t>::max());
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp163 #ifndef INTPTR_MAX
164 #error INTPTR_MAX not defined
/external/clang/lib/Headers/
H A Dstdint.h663 #define INTPTR_MAX __INTN_MAX(__INTPTR_WIDTH__) macro
/external/bison/
H A Dconfigure14268 #ifdef INTPTR_MAX
14269 intptr_t g = INTPTR_MAX;

Completed in 729 milliseconds