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

12

/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/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/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/common/unicode/
H A Dumachine.h159 #ifndef INT32_MIN
161 # 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/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.h30 # undef INT32_MIN macro
/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/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h152 #undef INT32_MIN macro
153 #define INT32_MIN (-2147483647-1) macro
/external/icu4c/i18n/
H A Dfmtable.cpp398 } else if (fValue.fInt64 < INT32_MIN) {
400 return INT32_MIN;
408 } else if (fValue.fDouble < INT32_MIN) {
410 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/icu4c/common/
H A Dutext.cpp472 length1 = INT32_MIN;
474 length2 = INT32_MIN;
478 while((length1 > 0 || length1 == INT32_MIN) && (length2 > 0 || length2 == INT32_MIN)) {
488 if (length1 != INT32_MIN) {
491 if (length2 != INT32_MIN) {
496 if(length1 <= 0 && length1 != INT32_MIN) {
502 } else if(length2 <= 0 && length2 != INT32_MIN) {
600 length1 = INT32_MIN;
603 length2 = INT32_MIN;
[all...]
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp806 if (OffImm == INT32_MIN)
934 if (OffImm == INT32_MIN)
953 if (OffImm == INT32_MIN)
980 if (OffImm == INT32_MIN)
1022 if (OffImm == INT32_MIN)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp212 ((int64_t)Value <= INT32_MAX && (int64_t)Value >= INT32_MIN)));
221 assert(RealOffset <= INT32_MAX && RealOffset >= INT32_MIN);

Completed in 578 milliseconds

12