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/libvpx/libvpx/vpx/
vpx_integer.h 41 #define INT32_MIN _I32_MIN
  /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/icu/icu4c/source/common/unicode/
umachine.h 165 #ifndef INT32_MIN
167 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/llvm/include/llvm/Support/
DataTypes.h 91 #define INT32_MIN -2147483648
136 #ifndef INT32_MIN
138 # define INT32_MIN (-INT32_MAX - 1)
  /external/nanopb-c/generator/google/protobuf/internal/
wire_format.py 58 INT32_MIN = int(-(1 << 31))
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 58 INT32_MIN = int(-(1 << 31))
  /external/icu/icu4c/source/tools/tzcode/
private.h 204 #ifndef INT32_MIN
205 #define INT32_MIN (-1 - INT32_MAX)
206 #endif /* !defined INT32_MIN */
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 21 #undef INT32_MIN
  /bionic/libc/tzcode/
private.h 273 #ifndef INT32_MIN
274 #define INT32_MIN (-1 - INT32_MAX)
275 #endif /* !defined INT32_MIN */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 272 #undef INT32_MIN
273 #define INT32_MIN (-2147483647-1)
  /external/jemalloc/include/msvc_compat/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/libvncserver/compat/msvc/
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
  /external/opencv3/3rdparty/include/
msc_stdint.h 107 #define INT32_MIN _I32_MIN
121 #define INT_LEAST32_MIN INT32_MIN
135 #define INT_FAST32_MIN INT32_MIN
150 # define INTPTR_MIN INT32_MIN
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 182 #define INT32_MIN ((int32_t)_I32_MIN)
196 #define INT_LEAST32_MIN INT32_MIN
210 #define INT_FAST32_MIN INT32_MIN
225 # define INTPTR_MIN INT32_MIN
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # 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/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 162 # define INT32_MIN (-2147483647-1)

Completed in 2282 milliseconds

1 2 3 4 5