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

123

/external/libusb_aah/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.cmake126 #ifndef INT32_MIN
128 # define INT32_MIN (-INT32_MAX - 1)
H A DDataTypes.h.in123 #ifndef INT32_MIN
125 # define INT32_MIN (-INT32_MAX - 1)
/external/icu4c/common/unicode/
H A Dumachine.h131 #ifndef INT32_MIN
133 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/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.c911 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/icu4c/test/intltest/
H A Dtsnmfmt.cpp225 tryIt((int32_t)INT32_MIN);
227 tryIt((double)INT32_MIN);
229 tryIt((double)INT32_MIN - 1.0);
H A Dcallimts.cpp323 limits[j][1] = INT32_MIN;
325 limits[j][3] = INT32_MIN;
/external/bison/src/
H A Dsystem.h28 # undef INT32_MIN macro
/external/clang/lib/Headers/
H A Dstdint.h530 # define INT32_MIN (-INT32_C(2147483647)-1) macro
532 # define __INT_LEAST32_MIN INT32_MIN
535 # define __INT_LEAST16_MIN INT32_MIN
538 # define __INT_LEAST8_MIN INT32_MIN
/external/clang/lib/include/
H A Dstdint.h530 # define INT32_MIN (-INT32_C(2147483647)-1) macro
532 # define __INT_LEAST32_MIN INT32_MIN
535 # define __INT_LEAST16_MIN INT32_MIN
538 # define __INT_LEAST8_MIN INT32_MIN
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h246 #undef INT32_MIN macro
247 #define INT32_MIN (-2147483647-1) macro
/external/icu4c/i18n/
H A Dfmtable.cpp407 } else if (fValue.fInt64 < INT32_MIN) {
409 return INT32_MIN;
417 } else if (fValue.fDouble < INT32_MIN) {
419 return INT32_MIN;
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py58 INT32_MIN = int(-(1 << 31)) variable
H A Dwire_format_test.py160 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4],
/external/qemu/audio/
H A Dmixeng.c106 #define IN_MIN INT32_MIN
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y93 #ifndef INT32_MIN
94 #define INT32_MIN (-INT32_MAX-1)
172 if (errno != 0 || p_priority_offset < INT32_MIN)
/external/llvm/include/llvm/Object/
H A DRelocVisitor.h193 if (Res < INT32_MIN || Res > UINT32_MAX)

Completed in 796 milliseconds

123