HomeSort by relevance Sort by last modified time
    Searched refs:INTPTR_MIN (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 177 #define INTPTR_MIN INT64_MIN
181 #define INTPTR_MIN INT32_MIN
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 175 # define INTPTR_MIN INT64_MIN
179 # define INTPTR_MIN INT32_MIN
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 175 # define INTPTR_MIN INT64_MIN
179 # define INTPTR_MIN INT32_MIN
  /external/mesa3d/include/c99/
stdint.h 175 # define INTPTR_MIN INT64_MIN
179 # define INTPTR_MIN INT32_MIN
  /bionic/libc/include/
stdint.h 213 # define INTPTR_MIN INT64_MIN
220 # define INTPTR_MIN INT32_MIN
  /development/ndk/platforms/android-L/include/
stdint.h 214 # define INTPTR_MIN INT64_MIN
221 # define INTPTR_MIN INT32_MIN
  /development/ndk/platforms/android-3/include/
stdint.h 203 # define INTPTR_MIN INT32_MIN
  /external/bison/darwin-lib/
stdint.h 105 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
471 #undef INTPTR_MIN
474 #define INTPTR_MIN LONG_MIN
  /external/bison/lib/
stdint.in.h 104 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/
pstdint.h 705 # ifndef INTPTR_MIN
706 # define INTPTR_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,_MIN)
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 206 // INTPTR_MIN
207 assert(INTPTR_MIN == std::numeric_limits<intptr_t>::min());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 206 // INTPTR_MIN
207 assert(INTPTR_MIN == std::numeric_limits<std::intptr_t>::min());
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 159 #ifndef INTPTR_MIN
160 #error INTPTR_MIN not defined
  /bionic/tests/
unistd_test.cpp 62 #define SBRK_MIN INTPTR_MIN
  /external/clang/lib/Headers/
stdint.h 662 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__)
  /external/bison/
configure     [all...]

Completed in 409 milliseconds