Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/include/c99/
Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/mesa3d/include/c99/
Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/chromium_org/third_party/libusb/src/msvc/
Dstdint.h178 #define INTPTR_MAX INT64_MAX macro
182 #define INTPTR_MAX INT32_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/chromium_org/third_party/re2/mswin/
Dstdint.h176 # define INTPTR_MAX INT64_MAX macro
180 # define INTPTR_MAX INT32_MAX macro
/external/clang/test/Preprocessor/
Dstdint.c1360 INTPTR_MAX_ INTPTR_MAX
/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/bison/darwin-lib/
Dstdint.h472 #undef INTPTR_MAX
475 #define INTPTR_MAX LONG_MAX macro
Dinttypes.h863 # ifdef INTPTR_MAX
869 # ifdef INTPTR_MAX
1330 # ifdef INTPTR_MAX
1336 # ifdef INTPTR_MAX
/external/bison/linux-lib/
Dinttypes.h863 # ifdef INTPTR_MAX
869 # ifdef INTPTR_MAX
1330 # ifdef INTPTR_MAX
1336 # ifdef INTPTR_MAX
/external/libcxx/include/
Dcstdint65 INTPTR_MAX
/external/chromium_org/third_party/smhasher/src/
Dpstdint.h702 # ifndef INTPTR_MAX
703 # define INTPTR_MAX stdint_intptr_glue3(INT,stdint_intptr_bits,_MAX) macro
/external/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp210 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max()); in main()
/external/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp163 #ifndef INTPTR_MAX
164 #error INTPTR_MAX not defined
/external/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp210 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/chromium_org/third_party/re2/patches/
Dre2-msvc9-chrome.patch205 +# define INTPTR_MAX INT64_MAX
209 +# define INTPTR_MAX INT32_MAX
/external/bison/
Dconfigure14269 intptr_t g = INTPTR_MAX;