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

1 2 3

  /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 126 #ifdef PTRDIFF_MIN
127 #error PTRDIFF_MIN defined!
test_constant_macros.cpp 127 #ifdef PTRDIFF_MIN
128 #error PTRDIFF_MIN is defined!
test_limit_macros.cpp 127 #ifndef PTRDIFF_MIN
128 #error PTRDIFF_MIN is not defined!
  /external/clang/test/Preprocessor/
stdint.c 933 PTRDIFF_MIN_ PTRDIFF_MIN
  /external/libusb_aah/msvc/
stdint.h 193 #define PTRDIFF_MIN INT64_MIN
196 #define PTRDIFF_MIN INT32_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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 253 # define PTRDIFF_MIN (-9223372036854775807L-1)
256 # define PTRDIFF_MIN (-2147483647-1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/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 \
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 211 #undef PTRDIFF_MIN
212 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)

Completed in 468 milliseconds

1 2 3