HomeSort by relevance Sort by last modified time
    Searched refs:limit2 (Results 1 - 25 of 34) sorted by null

1 2

  /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 1252 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/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/libopus/silk/
MacroCount.h 669 static OPUS_INLINE opus_int silk_LIMIT_int(opus_int a, opus_int limit1, opus_int limit2)
674 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \
675 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a))));
681 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2)
686 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a)))
    [all...]
SigProc_FIX.h     [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;
  /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 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));
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java 2166 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/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...]
  /external/ImageMagick/MagickCore/
morphology.c 1703 limit2, local
1719 kernel->width = 7L, limit1 = 7L, limit2 = 11L; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2836 struct rlimit limit2; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 399 * @param limit2 limit offset in second sequence
401 * as s2.subSequence(start2, limit2)
404 CharSequence s2, int start2, int limit2) {
405 if((limit1-start1)!=(limit2-start2)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 397 * @param limit2 limit offset in second sequence
399 * as s2.subSequence(start2, limit2)
402 CharSequence s2, int start2, int limit2) {
403 if((limit1-start1)!=(limit2-start2)) {
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 1625 const deUint32 limit2 = (1 << 2); local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 713 milliseconds

1 2