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

  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 193 #define PTRDIFF_MIN INT64_MIN
196 #define PTRDIFF_MIN INT32_MIN
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 192 # define PTRDIFF_MIN _I64_MIN
195 # define PTRDIFF_MIN _I32_MIN
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 192 # define PTRDIFF_MIN _I64_MIN
195 # define PTRDIFF_MIN _I32_MIN
  /external/mesa3d/include/c99/
stdint.h 192 # define PTRDIFF_MIN _I64_MIN
195 # define PTRDIFF_MIN _I32_MIN
  /external/bison/darwin-lib/
stdint.h 105 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
502 #undef PTRDIFF_MIN
506 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l)
509 # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0)
513 # define PTRDIFF_MIN \
  /external/bison/lib/
stdint.in.h 104 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
501 #undef PTRDIFF_MIN
505 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l)
508 # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0)
512 # define PTRDIFF_MIN \
  /bionic/libc/include/
stdint.h 216 # define PTRDIFF_MIN INT64_MIN
223 # define PTRDIFF_MIN INT32_MIN
  /development/ndk/platforms/android-L/include/
stdint.h 217 # define PTRDIFF_MIN INT64_MIN
224 # define PTRDIFF_MIN INT32_MIN
  /bionic/tests/
unistd_test.cpp 65 #define SBRK_MIN PTRDIFF_MIN
96 ASSERT_EQ(reinterpret_cast<void*>(-1), sbrk(PTRDIFF_MIN));
101 ASSERT_EQ(reinterpret_cast<void*>(-1), sbrk(PTRDIFF_MIN + 1));
  /development/ndk/platforms/android-3/include/
stdint.h 206 # define PTRDIFF_MIN INT32_MIN
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 100 * PTRDIFF_MIN
696 # ifndef PTRDIFF_MIN
697 # define PTRDIFF_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,_MIN)
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 224 // PTRDIFF_MIN
225 assert(PTRDIFF_MIN == std::numeric_limits<ptrdiff_t>::min());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 224 // PTRDIFF_MIN
225 assert(PTRDIFF_MIN == std::numeric_limits<std::ptrdiff_t>::min());
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 183 #ifndef PTRDIFF_MIN
184 #error PTRDIFF_MIN not defined
  /external/clang/lib/Headers/
stdint.h 665 #define PTRDIFF_MIN __INTN_MIN(__PTRDIFF_WIDTH__)
  /external/bison/
configure     [all...]

Completed in 203 milliseconds