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

1 2 3 4 5 6

  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 128 #ifndef PTRDIFF_MIN
129 #error PTRDIFF_MIN defined!
test_c.c 126 #ifndef PTRDIFF_MIN
127 #error PTRDIFF_MIN defined!
test_no_macros.cpp 128 #ifdef PTRDIFF_MIN
129 #error PTRDIFF_MIN defined!
test_constant_macros.cpp 129 #ifdef PTRDIFF_MIN
130 #error PTRDIFF_MIN is defined!
test_limit_macros.cpp 128 #ifndef PTRDIFF_MIN
129 #error PTRDIFF_MIN is not defined!
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 142 #define PTRDIFF_MIN INT64_MIN
145 #define PTRDIFF_MIN INT32_MIN
  /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
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 196 #define PTRDIFF_MIN INT64_MIN
199 #define PTRDIFF_MIN INT32_MIN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdint.h 253 # define PTRDIFF_MIN (-9223372036854775807L-1)
256 # define PTRDIFF_MIN (-2147483647-1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 253 # define PTRDIFF_MIN (-9223372036854775807L-1)
256 # define PTRDIFF_MIN (-2147483647-1)
  /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 \
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 83 the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */
437 #undef PTRDIFF_MIN
441 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l)
444 # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0)
448 # 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
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdint-gcc.h 212 #undef PTRDIFF_MIN
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 212 #undef PTRDIFF_MIN
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 212 #undef PTRDIFF_MIN
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdint-gcc.h 212 #undef PTRDIFF_MIN
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
stdint-gcc.h 212 #undef PTRDIFF_MIN
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdint-gcc.h 212 #undef PTRDIFF_MIN
213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)

Completed in 724 milliseconds

1 2 3 4 5 6