Searched refs:INTPTR_MIN (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h177 #define INTPTR_MIN INT64_MIN macro
181 #define INTPTR_MIN INT32_MIN macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/clang/test/Preprocessor/
H A Dstdint.c1359 INTPTR_MIN_ INTPTR_MIN
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/mesa3d/include/c99/
H A Dstdint.h175 # define INTPTR_MIN INT64_MIN macro
179 # define INTPTR_MIN INT32_MIN macro
/external/bison/darwin-lib/
H A Dstdint.h105 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
471 #undef INTPTR_MIN macro
474 #define INTPTR_MIN LONG_MIN macro
/external/bison/lib/
H A Dstdint.in.h104 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
470 #undef INTPTR_MIN
473 #define INTPTR_MIN LONG_MIN
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h705 # ifndef INTPTR_MIN
706 # define INTPTR_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,_MIN) macro
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp206 // INTPTR_MIN
207 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min());
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp206 // INTPTR_MIN
207 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min());
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
/external/clang/lib/Headers/
H A Dstdint.h662 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__) macro
/external/bison/
H A Dconfigure14270 intptr_t gmin = INTPTR_MIN;

Completed in 1308 milliseconds