Home
last modified time | relevance | path

Searched refs:INT32_MIN (Results 1 – 25 of 42) sorted by relevance

12

/external/mesa3d/include/c99/
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/
Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/WebCore/icu/unicode/
Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/icu4c/common/unicode/
Dumachine.h150 #ifndef INT32_MIN
152 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/icu4c/tools/tzcode/
Dprivate.h153 #ifndef INT32_MIN
154 #define INT32_MIN (-1 - INT32_MAX) macro
/external/llvm/include/llvm/Support/
DDataTypes.h.cmake88 #define INT32_MIN -2147483648
133 #ifndef INT32_MIN
134 # define INT32_MIN -2147483648
DDataTypes.h86 #define INT32_MIN -2147483648 macro
DDataTypes.h.in86 #define INT32_MIN -2147483648 macro
/external/clang/lib/Headers/
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/icu4c/test/intltest/
Dtsnmfmt.cpp214 tryIt((int32_t)INT32_MIN); in testFormat()
216 tryIt((double)INT32_MIN); in testFormat()
218 tryIt((double)INT32_MIN - 1.0); in testFormat()
Dcallimts.cpp323 limits[j][1] = INT32_MIN; in doLimitsTest()
325 limits[j][3] = INT32_MIN; in doLimitsTest()
Dtzregts.cpp598 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN, in Test4154542()
710 INT32_MIN, BAD, in Test4154525()
/external/icu4c/i18n/
Dfmtable.cpp400 } else if (fValue.fInt64 < INT32_MIN) { in getLong()
402 return INT32_MIN; in getLong()
410 } else if (fValue.fDouble < INT32_MIN) { in getLong()
412 return INT32_MIN; in getLong()
Dfmtable.cpp.noOrig400 } else if (fValue.fInt64 < INT32_MIN) {
402 return INT32_MIN;
410 } else if (fValue.fDouble < INT32_MIN) {
412 return INT32_MIN;
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y93 #ifndef INT32_MIN
94 #define INT32_MIN (-INT32_MAX-1) macro
172 if (errno != 0 || p_priority_offset < INT32_MIN)
/external/icu4c/common/
Dutext.cpp472 length1 = INT32_MIN; in utext_compare()
474 length2 = INT32_MIN; in utext_compare()
478 while((length1 > 0 || length1 == INT32_MIN) && (length2 > 0 || length2 == INT32_MIN)) { in utext_compare()
488 if (length1 != INT32_MIN) { in utext_compare()
491 if (length2 != INT32_MIN) { in utext_compare()
496 if(length1 <= 0 && length1 != INT32_MIN) { in utext_compare()
502 } else if(length2 <= 0 && length2 != INT32_MIN) { in utext_compare()
600 length1 = INT32_MIN; in utext_caseCompare()
603 length2 = INT32_MIN; in utext_caseCompare()
610 while((foldOffset1 < foldLength1 || length1 > 0 || length1 == INT32_MIN) && in utext_caseCompare()
[all …]
/external/clang/test/Preprocessor/
Dstdint.c1126 INT32_MIN_ INT32_MIN
/external/bison/src/
Dsystem.h30 # undef INT32_MIN
Dscan-skel.c74 #ifndef INT32_MIN
75 #define INT32_MIN (-2147483647-1) macro
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py58 INT32_MIN = int(-(1 << 31)) variable
Dwire_format_test.py160 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4],
/external/qemu/audio/
Dmixeng.c106 #define IN_MIN INT32_MIN
/external/bluetooth/bluez/tools/
Dlexer.c57 #ifndef INT32_MIN
58 #define INT32_MIN (-2147483647-1) macro

12