/external/mesa3d/include/c99/ |
D | stdint.h | 136 #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/ |
D | umachine.h | 166 #ifndef INT32_MIN 168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | umachine.h | 166 #ifndef INT32_MIN 168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | umachine.h | 166 #ifndef INT32_MIN 168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | umachine.h | 166 #ifndef INT32_MIN 168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
|
/external/icu4c/common/unicode/ |
D | umachine.h | 150 #ifndef INT32_MIN 152 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
|
/external/icu4c/tools/tzcode/ |
D | private.h | 153 #ifndef INT32_MIN 154 #define INT32_MIN (-1 - INT32_MAX) macro
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h.cmake | 88 #define INT32_MIN -2147483648 133 #ifndef INT32_MIN 134 # define INT32_MIN -2147483648
|
D | DataTypes.h | 86 #define INT32_MIN -2147483648 macro
|
D | DataTypes.h.in | 86 #define INT32_MIN -2147483648 macro
|
/external/clang/lib/Headers/ |
D | stdint.h | 530 # 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/ |
D | tsnmfmt.cpp | 214 tryIt((int32_t)INT32_MIN); in testFormat() 216 tryIt((double)INT32_MIN); in testFormat() 218 tryIt((double)INT32_MIN - 1.0); in testFormat()
|
D | callimts.cpp | 323 limits[j][1] = INT32_MIN; in doLimitsTest() 325 limits[j][3] = INT32_MIN; in doLimitsTest()
|
D | tzregts.cpp | 598 GOOD, INT32_MIN, 0, INT32_MAX, INT32_MIN, in Test4154542() 710 INT32_MIN, BAD, in Test4154525()
|
/external/icu4c/i18n/ |
D | fmtable.cpp | 400 } 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()
|
D | fmtable.cpp.noOrig | 400 } 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/ |
D | policy_parse.y | 93 #ifndef INT32_MIN 94 #define INT32_MIN (-INT32_MAX-1) macro 172 if (errno != 0 || p_priority_offset < INT32_MIN)
|
/external/icu4c/common/ |
D | utext.cpp | 472 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/ |
D | stdint.c | 1126 INT32_MIN_ INT32_MIN
|
/external/bison/src/ |
D | system.h | 30 # undef INT32_MIN
|
D | scan-skel.c | 74 #ifndef INT32_MIN 75 #define INT32_MIN (-2147483647-1) macro
|
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format.py | 58 INT32_MIN = int(-(1 << 31)) variable
|
D | wire_format_test.py | 160 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4],
|
/external/qemu/audio/ |
D | mixeng.c | 106 #define IN_MIN INT32_MIN
|
/external/bluetooth/bluez/tools/ |
D | lexer.c | 57 #ifndef INT32_MIN 58 #define INT32_MIN (-2147483647-1) macro
|