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

1 2

  /external/bison/src/
system.h 28 # undef INT32_MIN
scan-skel.c 108 #ifndef INT32_MIN
109 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 131 #ifndef INT32_MIN
133 # 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)
  /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/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/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
  /bionic/libc/include/
stdint.h 168 #define INT_FAST16_MIN INT32_MIN
175 #define INT32_MIN (-2147483647-1)
177 #define INT_LEAST32_MIN INT32_MIN
179 #define INT_FAST32_MIN INT32_MIN
202 #define SIG_ATOMIC_MIN INT32_MIN
209 # define WINT_MIN INT32_MIN
220 # define INTPTR_MIN INT32_MIN
223 # 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
203 # define INTPTR_MIN INT32_MIN
206 # define PTRDIFF_MIN INT32_MIN
236 # define SIG_ATOMIC_MIN INT32_MIN
247 # define WINT_MIN INT32_MIN
  /development/ndk/platforms/android-L/include/
stdint.h 168 #define INT_FAST16_MIN INT32_MIN
175 #define INT32_MIN (-2147483647-1)
177 #define INT_LEAST32_MIN INT32_MIN
179 #define INT_FAST32_MIN INT32_MIN
203 #define SIG_ATOMIC_MIN INT32_MIN
210 # define WINT_MIN INT32_MIN
221 # define INTPTR_MIN INT32_MIN
224 # define PTRDIFF_MIN INT32_MIN
  /external/bison/darwin-lib/
stdint.h 367 #undef INT32_MIN
370 #define INT32_MIN (~ INT32_MAX)
408 #define INT_LEAST32_MIN INT32_MIN
486 # define INTMAX_MIN INT32_MIN
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 407 #ifndef INT32_MIN
408 # define INT32_MIN INT32_C(0x80000000)
600 # define INT_LEAST32_MIN INT32_MIN
  /external/bison/examples/calc++/
calc++-scanner.cc 89 #ifndef INT32_MIN
90 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 75 #ifndef INT32_MIN
76 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 87 #ifndef INT32_MIN
88 #define INT32_MIN (-2147483647-1)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 65 #ifndef INT32_MIN
66 #define INT32_MIN (-2147483647-1)
    [all...]

Completed in 3186 milliseconds

1 2