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

1 2

  /external/chromium_org/third_party/icu/source/common/
unormcmp.cpp 151 const UChar *start1, *start2, *limit1, *limit2; local
205 limit2=NULL;
207 limit2=s2+length2;
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
262 limit2=stack2[level2].limit; /*Not uninitialized*/
305 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
390 stack2[0].limit=limit2;
404 limit2=fold2+length;
476 stack2[level2].limit=limit2;
    [all...]
ustrcase.cpp 477 const UChar *start1, *start2, *limit1, *limit2; local
516 limit2=NULL;
518 limit2=s2+length2;
557 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
573 limit2=stack2[level2].limit; /*Not uninitialized*/
616 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
701 stack2[0].limit=limit2;
715 limit2=fold2+length;
752 (c2<=0xdbff && s2!=limit2 && U16_IS_TRAIL(*s2)) |
    [all...]
ustring.cpp 687 const UChar *start1, *start2, *limit1, *limit2; local
715 limit1=limit2=NULL;
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
788 limit2=start2+length2;
805 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) ||
    [all...]
  /external/icu/icu4c/source/common/
unormcmp.cpp 151 const UChar *start1, *start2, *limit1, *limit2; local
205 limit2=NULL;
207 limit2=s2+length2;
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
262 limit2=stack2[level2].limit; /*Not uninitialized*/
305 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
390 stack2[0].limit=limit2;
404 limit2=fold2+length;
476 stack2[level2].limit=limit2;
    [all...]
ustrcase.cpp 477 const UChar *start1, *start2, *limit1, *limit2; local
516 limit2=NULL;
518 limit2=s2+length2;
557 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
573 limit2=stack2[level2].limit; /*Not uninitialized*/
616 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
701 stack2[0].limit=limit2;
715 limit2=fold2+length;
752 (c2<=0xdbff && s2!=limit2 && U16_IS_TRAIL(*s2)) |
    [all...]
ustring.cpp 687 const UChar *start1, *start2, *limit1, *limit2; local
715 limit1=limit2=NULL;
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
788 limit2=start2+length2;
805 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) ||
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
find_match_length.h 33 size_t limit2 = (limit >> 3) + 1; // + 1 is for pre-decrement in while local
34 while (PREDICT_TRUE(--limit2)) {
  /external/chromium_org/third_party/opus/src/silk/
MacroCount.h 677 static OPUS_INLINE opus_int silk_LIMIT_int(opus_int a, opus_int limit1, opus_int limit2)
682 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \
683 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a))));
689 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2)
694 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a)))
    [all...]
SigProc_FIX.h     [all...]
  /external/libopus/silk/
MacroCount.h 677 static OPUS_INLINE opus_int silk_LIMIT_int(opus_int a, opus_int limit1, opus_int limit2)
682 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \
683 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a))));
689 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2)
694 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a)))
    [all...]
SigProc_FIX.h     [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzFind.c 249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
250 if (limit2 < limit)
251 limit = limit2;
252 limit2 = p->streamPos - p->pos;
253 if (limit2 <= p->keepSizeAfter)
255 if (limit2 > 0)
256 limit2 = 1;
259 limit2 -= p->keepSizeAfter;
260 if (limit2 < limit)
261 limit = limit2;
    [all...]
LzmaDec.c 458 SizeT limit2 = limit; local
463 limit2 = p->dicPos + rem;
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c 250 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
251 if (limit2 < limit)
252 limit = limit2;
253 limit2 = p->streamPos - p->pos;
254 if (limit2 <= p->keepSizeAfter)
256 if (limit2 > 0)
257 limit2 = 1;
260 limit2 -= p->keepSizeAfter;
261 if (limit2 < limit)
262 limit = limit2;
    [all...]
LzmaDec.c 459 SizeT limit2 = limit; local
464 limit2 = p->dicPos + rem;
466 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/lzma/C/
LzFind.c 249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
250 if (limit2 < limit)
251 limit = limit2;
252 limit2 = p->streamPos - p->pos;
253 if (limit2 <= p->keepSizeAfter)
255 if (limit2 > 0)
256 limit2 = 1;
259 limit2 -= p->keepSizeAfter;
260 if (limit2 < limit)
261 limit = limit2;
    [all...]
LzmaDec.c 458 SizeT limit2 = limit; local
463 limit2 = p->dicPos + rem;
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/libnl/lib/route/sch/
tbf.c 266 double limit, limit2; local
278 limit2 = calc_limit(&tbf->qt_peakrate, latency,
281 if (limit2 < limit)
282 limit = limit2;
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 818 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); local
822 // Read until we hit limit2, the top and shortest limit.
829 coded_input.PopLimit(limit2);
860 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); local
864 // Read until we hit limit2. Except, wait! limit1 is shorter, so
866 // limit2.
873 coded_input.PopLimit(limit2);
875 // OK, popped limit2, now limit1 is on top, which we've already hit.
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 851 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); local
855 // Read until we hit limit2, the top and shortest limit.
862 coded_input.PopLimit(limit2);
893 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); local
897 // Read until we hit limit2. Except, wait! limit1 is shorter, so
899 // limit2.
906 coded_input.PopLimit(limit2);
908 // OK, popped limit2, now limit1 is on top, which we've already hit.
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1091 milliseconds

1 2