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

1 2

  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 122 #ifndef INTPTR_MIN
123 #error INTPTR_MIN defined!
test_c.c 120 #ifndef INTPTR_MIN
121 #error INTPTR_MIN defined!
test_no_macros.cpp 120 #ifdef INTPTR_MIN
121 #error INTPTR_MIN defined!
test_constant_macros.cpp 121 #ifdef INTPTR_MIN
122 #error INTPTR_MIN is defined!
test_limit_macros.cpp 121 #ifndef INTPTR_MIN
122 #error INTPTR_MIN is not defined!
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/mesa3d/include/c99/
stdint.h 175 # define INTPTR_MIN INT64_MIN
179 # define INTPTR_MIN INT32_MIN
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 230 # define INTPTR_MIN (-9223372036854775807L-1)
234 # define INTPTR_MIN (-2147483647-1)
  /bionic/libc/include/
stdint.h 211 # define INTPTR_MIN INT32_MIN
  /development/ndk/platforms/android-3/include/
stdint.h 211 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 214 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 214 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 214 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 214 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 214 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 214 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 211 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 211 # define INTPTR_MIN INT32_MIN
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 211 # define INTPTR_MIN INT32_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. */
408 #undef INTPTR_MIN
411 #define INTPTR_MIN LONG_MIN
  /external/clang/lib/Headers/
stdint.h 622 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__)
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 618 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__)
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 618 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__)
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 618 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__)
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 622 #define INTPTR_MIN __INTN_MIN(__INTPTR_WIDTH__)

Completed in 136 milliseconds

1 2