HomeSort by relevance Sort by last modified time
    Searched defs:limit2 (Results 1 - 21 of 21) sorted by null

  /external/brotli/c/enc/
find_match_length.h 26 size_t limit2 = (limit >> 3) + 1; /* + 1 is for pre-decrement in while */ local
27 while (BROTLI_PREDICT_TRUE(--limit2)) {
  /external/icu/icu4c/source/common/
unormcmp.cpp 150 const UChar *start1, *start2, *limit1, *limit2; local
199 limit2=NULL;
201 limit2=s2+length2;
240 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
256 limit2=stack2[level2].limit; /*Not uninitialized*/
299 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
384 stack2[0].limit=limit2;
398 limit2=fold2+length;
470 stack2[level2].limit=limit2;
    [all...]
ustrcase.cpp 1403 const UChar *start1, *start2, *limit1, *limit2; local
    [all...]
ustring.cpp 690 const UChar *start1, *start2, *limit1, *limit2; local
718 limit1=limit2=NULL;
746 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
791 limit2=start2+length2;
808 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) ||
    [all...]
  /external/libnl/lib/route/qdisc/
tbf.c 221 double limit, limit2; local
232 limit2 = calc_limit(&tbf->qt_peakrate, latency,
235 if (limit2 < limit)
236 limit = limit2;
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 1041 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); local
1083 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.c 269 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
271 if (limit2 < limit)
272 limit = limit2;
273 limit2 = p->streamPos - p->pos;
275 if (limit2 <= p->keepSizeAfter)
277 if (limit2 > 0)
278 limit2 = 1;
281 limit2 -= p->keepSizeAfter;
283 if (limit2 < limit)
284 limit = limit2;
    [all...]
LzmaDec.c 547 SizeT limit2 = limit; local
552 limit2 = p->dicPos + rem;
555 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 271 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
273 if (limit2 < limit)
274 limit = limit2;
275 limit2 = p->streamPos - p->pos;
277 if (limit2 <= p->keepSizeAfter)
279 if (limit2 > 0)
280 limit2 = 1;
283 limit2 -= p->keepSizeAfter;
285 if (limit2 < limit)
286 limit = limit2;
    [all...]
LzmaDec.c 549 SizeT limit2 = limit; local
554 limit2 = p->dicPos + rem;
557 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 271 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
273 if (limit2 < limit)
274 limit = limit2;
275 limit2 = p->streamPos - p->pos;
277 if (limit2 <= p->keepSizeAfter)
279 if (limit2 > 0)
280 limit2 = 1;
283 limit2 -= p->keepSizeAfter;
285 if (limit2 < limit)
286 limit = limit2;
    [all...]
LzmaDec.c 549 SizeT limit2 = limit; local
554 limit2 = p->dicPos + rem;
557 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/lzma/C/
LzFind.c 274 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
276 if (limit2 < limit)
277 limit = limit2;
278 limit2 = p->streamPos - p->pos;
280 if (limit2 <= p->keepSizeAfter)
282 if (limit2 > 0)
283 limit2 = 1;
286 limit2 -= p->keepSizeAfter;
288 if (limit2 < limit)
289 limit = limit2;
    [all...]
LzmaDec.c 628 SizeT limit2 = limit; local
633 limit2 = p->dicPos + rem;
640 RINOK(LZMA_DECODE_REAL(p, limit2, bufLimit));
    [all...]
  /external/ImageMagick/MagickCore/
morphology.c 1703 limit2, local
1719 kernel->width = 7L, limit1 = 7L, limit2 = 11L; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java 2167 int s1, s2, limit1, limit2; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 2116 int s1, s2, limit1, limit2; local
    [all...]
  /external/u-boot/lib/lzma/
LzmaDec.c 484 SizeT limit2 = limit; local
489 limit2 = p->dicPos + rem;
491 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2836 struct rlimit limit2; local
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 1625 const deUint32 limit2 = (1 << 2); local
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1859 milliseconds