HomeSort by relevance Sort by last modified time
    Searched defs:INT32_MIN (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium_org/build/
intsafe_workaround.h 16 #undef INT32_MIN
  /external/pixman/pixman/
pixman-compiler.h 41 #ifndef INT32_MIN
42 # define INT32_MIN (-2147483647-1)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 106 #ifndef INT32_MIN
107 #define INT32_MIN (-2147483647 - 1)
  /external/bison/src/
system.h 28 # undef INT32_MIN
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 150 #ifndef INT32_MIN
152 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 153 #ifndef INT32_MIN
154 #define INT32_MIN (-1 - INT32_MAX)
155 #endif /* !defined INT32_MIN */
  /external/icu4c/common/unicode/
umachine.h 131 #ifndef INT32_MIN
133 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/icu4c/tools/tzcode/
private.h 153 #ifndef INT32_MIN
154 #define INT32_MIN (-1 - INT32_MAX)
155 #endif /* !defined INT32_MIN */
  /bionic/libc/tzcode/
private.h 189 #ifndef INT32_MIN
190 #define INT32_MIN (-1 - INT32_MAX)
191 #endif /* !defined INT32_MIN */
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 58 INT32_MIN = int(-(1 << 31))
  /external/llvm/include/llvm/Support/
DataTypes.h 91 #define INT32_MIN -2147483648
136 #ifndef INT32_MIN
138 # define INT32_MIN (-INT32_MAX - 1)
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 58 INT32_MIN = int(-(1 << 31))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 258 #undef INT32_MIN
259 #define INT32_MIN (-2147483647-1)
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 129 #define INT32_MIN (-2147483647 - 1)
145 #define INT_LEAST32_MIN INT32_MIN
161 #define INT_FAST32_MIN INT32_MIN
181 #define INTPTR_MIN INT32_MIN
196 #define PTRDIFF_MIN INT32_MIN
200 #define SIG_ATOMIC_MIN INT32_MIN
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 136 #define INT32_MIN ((int32_t)_I32_MIN)
150 #define INT_LEAST32_MIN INT32_MIN
164 #define INT_FAST32_MIN INT32_MIN
179 # define INTPTR_MIN INT32_MIN
  /external/chromium_org/third_party/re2/mswin/
stdint.h 136 #define INT32_MIN ((int32_t)_I32_MIN)
150 #define INT_LEAST32_MIN INT32_MIN
164 #define INT_FAST32_MIN INT32_MIN
179 # define INTPTR_MIN INT32_MIN
  /external/mesa3d/include/c99/
stdint.h 136 #define INT32_MIN ((int32_t)_I32_MIN)
150 #define INT_LEAST32_MIN INT32_MIN
164 #define INT_FAST32_MIN INT32_MIN
179 # define INTPTR_MIN INT32_MIN
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 121 # undef INT32_MIN
122 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 121 # undef INT32_MIN
122 # define INT32_MIN (-INT32_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 121 # undef INT32_MIN
122 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 121 # undef INT32_MIN
122 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 129 an unsigned type, so INT32_MIN (and the most negative member of
132 #define INT32_MIN (-INT32_MAX-1)
143 #define INT_LEAST32_MIN INT32_MIN
159 #define INT_FAST32_MIN INT32_MIN
178 #define INTPTR_MIN INT32_MIN
199 #define PTRDIFF_MIN INT32_MIN
233 #define WINT_MIN INT32_MIN
236 #define SIG_ATOMIC_MIN INT32_MIN
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 121 # undef INT32_MIN
122 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 121 # undef INT32_MIN
122 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 121 # undef INT32_MIN
122 # define INT32_MIN (-INT32_MAX - 1)

Completed in 1244 milliseconds

1 2 3 4 5