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

1 2 3 4

  /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/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 155 #ifndef INT32_MIN
156 #define INT32_MIN (-1 - INT32_MAX)
157 #endif /* !defined INT32_MIN */
  /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/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 246 #undef INT32_MIN
247 #define INT32_MIN (-2147483647-1)
  /bionic/libc/include/
stdint.h 99 # define INT_FAST16_MIN INT32_MIN
128 # define INT32_MIN (-2147483647-1)
130 # define INT_LEAST32_MIN INT32_MIN
132 # define INT_FAST32_MIN INT32_MIN
198 # define INTPTR_MIN INT32_MIN
201 # define PTRDIFF_MIN INT32_MIN
  /development/ndk/platforms/android-3/include/
stdint.h 99 # define INT_FAST16_MIN INT32_MIN
128 # define INT32_MIN (-2147483647-1)
130 # define INT_LEAST32_MIN INT32_MIN
132 # define INT_FAST32_MIN INT32_MIN
198 # define INTPTR_MIN INT32_MIN
201 # define PTRDIFF_MIN INT32_MIN
  /external/libusb_aah/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
  /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)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 121 # undef INT32_MIN
122 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/linux-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)

Completed in 832 milliseconds

1 2 3 4