HomeSort by relevance Sort by last modified time
    Searched full:int32_max (Results 176 - 200 of 350) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/icu/patches/
utext.patch 70 - U_ASSERT(start <= INT32_MAX);
  /external/chromium_org/third_party/icu/source/test/intltest/
tsnmfmt.cpp 215 tryIt((int32_t)INT32_MAX);
217 tryIt((double)INT32_MAX);
219 tryIt((double)INT32_MAX + 1.0);
263 it = randFraction() * INT32_MAX;
ustrtest.cpp 340 test1.compareCodePointOrder(0, INT32_MAX, test2)<=0 ||
341 test1.compareCodePointOrder(0, INT32_MAX, test2, 0, INT32_MAX)<=0 ||
342 test1.compareCodePointOrderBetween(0, INT32_MAX, test2, 0, INT32_MAX)<=0 ||
371 if(u[i].compareCodePointOrder(u[i+1])>=0 || u[i].compareCodePointOrder(0, INT32_MAX, u[i+1].getBuffer())>=0) {
395 if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_DEFAULT)) {
403 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I))
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp 226 tryIt((int32_t)INT32_MAX);
228 tryIt((double)INT32_MAX);
230 tryIt((double)INT32_MAX + 1.0);
274 it = randFraction() * INT32_MAX;
ustrtest.cpp 342 test1.compareCodePointOrder(0, INT32_MAX, test2)<=0 ||
343 test1.compareCodePointOrder(0, INT32_MAX, test2, 0, INT32_MAX)<=0 ||
344 test1.compareCodePointOrderBetween(0, INT32_MAX, test2, 0, INT32_MAX)<=0 ||
373 if(u[i].compareCodePointOrder(u[i+1])>=0 || u[i].compareCodePointOrder(0, INT32_MAX, u[i+1].getBuffer())>=0) {
397 if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_DEFAULT)) {
405 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I))
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.y 89 #ifndef INT32_MAX
90 #define INT32_MAX (0xffffffff)
94 #define INT32_MIN (-INT32_MAX-1)
192 if (errno != 0 || p_priority_offset > INT32_MAX)
  /external/nanopb-c/tests/alltypes/
alltypes.proto 18 required int32 int32_max = 2 [default = -2147483647];
decode_alltypes.c 174 TEST(alltypes.req_limits.int32_max == INT32_MAX);
  /external/nanopb-c/tests/field_size_16/
alltypes.proto 18 required int32 int32_max = 2;
  /external/nanopb-c/tests/field_size_32/
alltypes.proto 18 required int32 int32_max = 2;
  /ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4 82 #ifdef INT32_MAX
83 int32_t a3 = INT32_MAX;
230 #ifdef INT32_MAX
231 MVAL (INT32_MAX),
  /external/chromium_org/third_party/icu/source/common/
locutil.cpp 108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
uvector.cpp 74 if ((initialCapacity < 1) || (initialCapacity > (int32_t)(INT32_MAX / sizeof(UHashTok)))) {
334 if (capacity > (INT32_MAX - 1) / 2) { // integer overflow check
342 if (newCap > (int32_t)(INT32_MAX / sizeof(UHashTok))) { // integer overflow check
  /external/icu/icu4c/source/common/
locutil.cpp 108 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
uvector.cpp 75 if ((initialCapacity < 1) || (initialCapacity > (int32_t)(INT32_MAX / sizeof(UElement)))) {
335 if (capacity > (INT32_MAX - 1) / 2) { // integer overflow check
343 if (newCap > (int32_t)(INT32_MAX / sizeof(UElement))) { // integer overflow check
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 76 #ifndef INT32_MAX
77 #define INT32_MAX (2147483647)
  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 88 CHECK_LE(mProfileLevels.size(), INT32_MAX);
94 CHECK_LE(mColorFormats.size(), INT32_MAX);
  /system/core/libcutils/tests/
PropertiesTest.cpp 265 const std::string intMaxString = ToString(INT32_MAX);
293 2, 2, 0, 0, 0, INT32_MAX, INT32_MIN,
  /external/bison/lib/
stdint.in.h 367 #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/icu/icu4c/source/samples/ustring/
ustring.cpp 218 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/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 280 #undef INT32_MAX
281 #define INT32_MAX (2147483647)
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 179 static_assert(INT32_MAX == 2147483647, "INT32_MAX == 2147483647");
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 109 #ifndef INT32_MAX
110 #define INT32_MAX 2147483647
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 179 static_assert(INT32_MAX == 2147483647, "INT32_MAX == 2147483647");
  /external/chromium_org/third_party/re2/patches/
re2-msvc9-chrome.patch 166 +#define INT32_MAX _I32_MAX
180 +#define INT_LEAST32_MAX INT32_MAX
194 +#define INT_FAST32_MAX INT32_MAX
209 +# define INTPTR_MAX INT32_MAX

Completed in 1028 milliseconds

1 2 3 4 5 6 78 91011>>