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

1 2 3 4 5 6

  /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/icu/icu4c/source/common/unicode/
umachine.h 131 #ifndef INT32_MIN
133 # define INT32_MIN ((int32_t)(-2147483647-1))
  /external/icu/icu4c/source/tools/tzcode/
private.h 153 #ifndef INT32_MIN
154 #define INT32_MIN (-1 - INT32_MAX)
155 #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))
  /bionic/libc/tzcode/
private.h 207 #ifndef INT32_MIN
208 #define INT32_MIN (-1 - INT32_MAX)
209 #endif /* !defined INT32_MIN */
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp 19 #undef INT32_MIN
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 67 #ifndef INT32_MIN
68 #define INT32_MIN (-2147483647-1)
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 19 #undef INT32_MIN
  /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/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 278 #undef INT32_MIN
279 #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/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/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)
  /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-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
stdint-gcc.h 122 # undef INT32_MIN
123 # define INT32_MIN (-INT32_MAX - 1)

Completed in 734 milliseconds

1 2 3 4 5 6