Searched refs:INT32_MIN (Results 1 - 25 of 79) sorted by relevance

1234

/external/chromium_org/build/
H A Dintsafe_workaround.h16 #undef INT32_MIN macro
/external/pixman/pixman/
H A Dpixman-region32.c45 #define PIXMAN_REGION_MIN INT32_MIN
H A Dpixman-compiler.h41 #ifndef INT32_MIN
42 # define INT32_MIN (-2147483647-1) macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h129 #define INT32_MIN (-2147483647 - 1) macro
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/llvm/include/llvm/Support/
H A DDataTypes.h91 #define INT32_MIN -2147483648 macro
136 #ifndef INT32_MIN
138 # define INT32_MIN (-INT32_MAX - 1) macro
H A DDataTypes.h.cmake127 #ifndef INT32_MIN
129 # define INT32_MIN (-INT32_MAX - 1)
H A DDataTypes.h.in125 #ifndef INT32_MIN
127 # define INT32_MIN (-INT32_MAX - 1)
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h136 #define INT32_MIN ((int32_t)_I32_MIN) macro
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/
H A Dstdint.h136 #define INT32_MIN ((int32_t)_I32_MIN) macro
150 #define INT_LEAST32_MIN INT32_MIN
164 #define INT_FAST32_MIN INT32_MIN
179 # define INTPTR_MIN INT32_MIN
/external/mesa3d/include/c99/
H A Dstdint.h136 #define INT32_MIN ((int32_t)_I32_MIN) macro
150 #define INT_LEAST32_MIN INT32_MIN
164 #define INT_FAST32_MIN INT32_MIN
179 # define INTPTR_MIN INT32_MIN
/external/icu4c/common/unicode/
H A Dumachine.h131 #ifndef INT32_MIN
133 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h150 #ifndef INT32_MIN
152 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h153 #ifndef INT32_MIN
154 #define INT32_MIN (-1 - INT32_MAX) macro
155 #endif /* !defined INT32_MIN */
/external/icu4c/tools/tzcode/
H A Dprivate.h153 #ifndef INT32_MIN
154 #define INT32_MIN (-1 - INT32_MAX) macro
155 #endif /* !defined INT32_MIN */
/external/clang/test/Preprocessor/
H A Dstdint.c1018 INT32_MIN_ INT32_MIN
/external/bison/darwin-lib/
H A Dstdint.h367 #undef INT32_MIN macro
370 #define INT32_MIN (~ INT32_MAX) macro
408 #define INT_LEAST32_MIN INT32_MIN
486 # define INTMAX_MIN INT32_MIN
/external/bison/lib/
H A Dstdint.in.h366 #undef INT32_MIN
369 #define INT32_MIN (~ INT32_MAX)
407 #define INT_LEAST32_MIN INT32_MIN
485 # define INTMAX_MIN INT32_MIN
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h41 const int32 kint32min = INT32_MIN;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsnmfmt.cpp214 tryIt((int32_t)INT32_MIN);
216 tryIt((double)INT32_MIN);
218 tryIt((double)INT32_MIN - 1.0);
/external/icu4c/test/intltest/
H A Dtsnmfmt.cpp225 tryIt((int32_t)INT32_MIN);
227 tryIt((double)INT32_MIN);
229 tryIt((double)INT32_MIN - 1.0);
/external/bison/src/
H A Dsystem.h28 # undef INT32_MIN macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h258 #undef INT32_MIN macro
259 #define INT32_MIN (-2147483647-1) macro
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h405 #ifndef INT32_MIN
406 # define INT32_MIN INT32_C(0x80000000) macro
596 # define INT_LEAST32_MIN INT32_MIN
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp400 } else if (fValue.fInt64 < INT32_MIN) {
402 return INT32_MIN;
410 } else if (fValue.fDouble < INT32_MIN) {
412 return INT32_MIN;
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py58 INT32_MIN = int(-(1 << 31)) variable

Completed in 1040 milliseconds

1234