Searched refs:INT32_MAX (Results 26 - 50 of 150) sorted by relevance

123456

/external/chromium_org/third_party/icu/source/common/
H A Dservrbf.cpp62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
H A Duvectr32.cpp55 if (initialCapacity > (int32_t)(INT32_MAX / sizeof(int32_t))) {
210 if (capacity > (INT32_MAX - 1) / 2) { // integer overflow check
221 if (newCap > (int32_t)(INT32_MAX / sizeof(int32_t))) { // integer overflow check
242 if (limit > (int32_t)(INT32_MAX / sizeof(int32_t))) { // integer overflow check for realloc
H A Dlocutil.cpp108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
/external/icu/icu4c/source/common/
H A Dfilterednormalizer2.cpp125 int32_t suffixStart=set.spanBack(first, INT32_MAX, USET_SPAN_SIMPLE);
133 UnicodeString middle(first, suffixStart, INT32_MAX);
139 first.replace(suffixStart, INT32_MAX, middle);
143 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
H A Dservrbf.cpp62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
H A Duvectr32.cpp55 if (initialCapacity > (int32_t)(INT32_MAX / sizeof(int32_t))) {
210 if (capacity > (INT32_MAX - 1) / 2) { // integer overflow check
221 if (newCap > (int32_t)(INT32_MAX / sizeof(int32_t))) { // integer overflow check
242 if (limit > (int32_t)(INT32_MAX / sizeof(int32_t))) { // integer overflow check for realloc
/external/lldb/include/lldb/
H A Dlldb-defines.h82 #define LLDB_INVALID_SIGNAL_NUMBER INT32_MAX
/external/valgrind/main/none/tests/s390x/
H A Drounding-5.c69 i32 = INT32_MAX;
/external/bison/darwin-lib/
H A Dstdint.h368 #undef INT32_MAX macro
370 #define INT32_MIN (~ INT32_MAX)
371 #define INT32_MAX 2147483647 macro
409 #define INT_LEAST32_MAX INT32_MAX
487 # define INTMAX_MAX INT32_MAX
/external/bison/lib/
H A Dstdint.in.h367 #undef INT32_MAX
369 #define INT32_MIN (~ INT32_MAX)
370 #define INT32_MAX 2147483647
408 #define INT_LEAST32_MAX INT32_MAX
486 # define INTMAX_MAX INT32_MAX
/external/clang/test/Preprocessor/
H A Dstdint.c1339 INT32_MAX_ INT32_MAX
/external/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp139 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
140 if (idx == INT32_MAX)
H A DOptionValuePathMappings.cpp140 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
141 if (idx == INT32_MAX)
H A DOptionValueArray.cpp98 int32_t idx = Args::StringToSInt32(index_str.c_str(), INT32_MAX, 0, NULL);
99 if (idx != INT32_MAX)
225 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
/external/pixman/pixman/
H A Dpixman-compiler.h45 #ifndef INT32_MAX
46 # define INT32_MAX (2147483647) macro
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducurr.h202 UCURR_ALL = INT32_MAX,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsnmfmt.cpp215 tryIt((int32_t)INT32_MAX);
217 tryIt((double)INT32_MAX);
219 tryIt((double)INT32_MAX + 1.0);
263 it = randFraction() * INT32_MAX;
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
H A Dbasictypes.h42 const int32 kint32max = INT32_MAX;
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h54 const int32 kint32max = INT32_MAX;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h42 const int32 kint32max = INT32_MAX;
/external/icu/icu4c/source/i18n/unicode/
H A Ducurr.h202 UCURR_ALL = INT32_MAX,
/external/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp226 tryIt((int32_t)INT32_MAX);
228 tryIt((double)INT32_MAX);
230 tryIt((double)INT32_MAX + 1.0);
274 it = randFraction() * INT32_MAX;
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp218 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */
229 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */
240 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */
251 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */
262 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */
/external/bison/src/
H A Dsystem.h32 # undef INT32_MAX macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h280 #undef INT32_MAX macro
281 #define INT32_MAX (2147483647) macro

Completed in 618 milliseconds

123456