Home
last modified time | relevance | path

Searched refs:limit2 (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dunormcmp.cpp151 const UChar *start1, *start2, *limit1, *limit2; in unorm_cmpEquivFold() local
205 limit2=NULL; in unorm_cmpEquivFold()
207 limit2=s2+length2; in unorm_cmpEquivFold()
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) { in unorm_cmpEquivFold()
262 limit2=stack2[level2].limit; /*Not uninitialized*/ in unorm_cmpEquivFold()
305 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) { in unorm_cmpEquivFold()
390 stack2[0].limit=limit2; in unorm_cmpEquivFold()
404 limit2=fold2+length; in unorm_cmpEquivFold()
476 stack2[level2].limit=limit2; in unorm_cmpEquivFold()
486 limit2=p+length; in unorm_cmpEquivFold()
[all …]
Dustrcase.cpp477 const UChar *start1, *start2, *limit1, *limit2; in u_strcmpFold() local
516 limit2=NULL; in u_strcmpFold()
518 limit2=s2+length2; in u_strcmpFold()
557 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) { in u_strcmpFold()
573 limit2=stack2[level2].limit; /*Not uninitialized*/ in u_strcmpFold()
616 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) { in u_strcmpFold()
701 stack2[0].limit=limit2; in u_strcmpFold()
715 limit2=fold2+length; in u_strcmpFold()
752 (c2<=0xdbff && s2!=limit2 && U16_IS_TRAIL(*s2)) || in u_strcmpFold()
Dustring.cpp687 const UChar *start1, *start2, *limit1, *limit2; in uprv_strCompare() local
715 limit1=limit2=NULL; in uprv_strCompare()
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */ in uprv_strCompare()
788 limit2=start2+length2; in uprv_strCompare()
805 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) || in uprv_strCompare()
/external/icu/icu4c/source/common/
Dunormcmp.cpp151 const UChar *start1, *start2, *limit1, *limit2; in unorm_cmpEquivFold() local
205 limit2=NULL; in unorm_cmpEquivFold()
207 limit2=s2+length2; in unorm_cmpEquivFold()
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) { in unorm_cmpEquivFold()
262 limit2=stack2[level2].limit; /*Not uninitialized*/ in unorm_cmpEquivFold()
305 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) { in unorm_cmpEquivFold()
390 stack2[0].limit=limit2; in unorm_cmpEquivFold()
404 limit2=fold2+length; in unorm_cmpEquivFold()
476 stack2[level2].limit=limit2; in unorm_cmpEquivFold()
486 limit2=p+length; in unorm_cmpEquivFold()
[all …]
Dustrcase.cpp477 const UChar *start1, *start2, *limit1, *limit2; in u_strcmpFold() local
516 limit2=NULL; in u_strcmpFold()
518 limit2=s2+length2; in u_strcmpFold()
557 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) { in u_strcmpFold()
573 limit2=stack2[level2].limit; /*Not uninitialized*/ in u_strcmpFold()
616 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) { in u_strcmpFold()
701 stack2[0].limit=limit2; in u_strcmpFold()
715 limit2=fold2+length; in u_strcmpFold()
752 (c2<=0xdbff && s2!=limit2 && U16_IS_TRAIL(*s2)) || in u_strcmpFold()
Dustring.cpp687 const UChar *start1, *start2, *limit1, *limit2; in uprv_strCompare() local
715 limit1=limit2=NULL; in uprv_strCompare()
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */ in uprv_strCompare()
788 limit2=start2+length2; in uprv_strCompare()
805 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) || in uprv_strCompare()
/external/libopus/silk/
DMacroCount.h677 static OPUS_INLINE opus_int silk_LIMIT_int(opus_int a, opus_int limit1, opus_int limit2) in silk_LIMIT_int() argument
682 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \ in silk_LIMIT_int()
683 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a)))); in silk_LIMIT_int()
689 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2) in silk_LIMIT_16() argument
694 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \ in silk_LIMIT_16()
695 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a)))); in silk_LIMIT_16()
702 static OPUS_INLINE opus_int silk_LIMIT_32(opus_int32 a, opus_int32 limit1, opus_int32 limit2) in silk_LIMIT_32() argument
707 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \ in silk_LIMIT_32()
708 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a)))); in silk_LIMIT_32()
DSigProc_FIX.h549 #define silk_LIMIT( a, limit1, limit2) ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a… argument
550 … : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a))))
/external/chromium_org/third_party/opus/src/silk/
DMacroCount.h677 static OPUS_INLINE opus_int silk_LIMIT_int(opus_int a, opus_int limit1, opus_int limit2) in silk_LIMIT_int() argument
682 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \ in silk_LIMIT_int()
683 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a)))); in silk_LIMIT_int()
689 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2) in silk_LIMIT_16() argument
694 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \ in silk_LIMIT_16()
695 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a)))); in silk_LIMIT_16()
702 static OPUS_INLINE opus_int silk_LIMIT_32(opus_int32 a, opus_int32 limit1, opus_int32 limit2) in silk_LIMIT_32() argument
707 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \ in silk_LIMIT_32()
708 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a)))); in silk_LIMIT_32()
DSigProc_FIX.h549 #define silk_LIMIT( a, limit1, limit2) ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a… argument
550 … : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a))))
/external/chromium_org/third_party/brotli/src/brotli/enc/
Dfind_match_length.h33 size_t limit2 = (limit >> 3) + 1; // + 1 is for pre-decrement in while in FindMatchLengthWithLimit() local
34 while (PREDICT_TRUE(--limit2)) { in FindMatchLengthWithLimit()
/external/chromium_org/third_party/lzma_sdk/
DLzFind.c249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() local
250 if (limit2 < limit) in MatchFinder_SetLimits()
251 limit = limit2; in MatchFinder_SetLimits()
252 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
253 if (limit2 <= p->keepSizeAfter) in MatchFinder_SetLimits()
255 if (limit2 > 0) in MatchFinder_SetLimits()
256 limit2 = 1; in MatchFinder_SetLimits()
259 limit2 -= p->keepSizeAfter; in MatchFinder_SetLimits()
260 if (limit2 < limit) in MatchFinder_SetLimits()
261 limit = limit2; in MatchFinder_SetLimits()
DLzmaDec.c458 SizeT limit2 = limit; in LzmaDec_DecodeReal2() local
463 limit2 = p->dicPos + rem; in LzmaDec_DecodeReal2()
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2()
/external/lzma/C/
DLzFind.c249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() local
250 if (limit2 < limit) in MatchFinder_SetLimits()
251 limit = limit2; in MatchFinder_SetLimits()
252 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
253 if (limit2 <= p->keepSizeAfter) in MatchFinder_SetLimits()
255 if (limit2 > 0) in MatchFinder_SetLimits()
256 limit2 = 1; in MatchFinder_SetLimits()
259 limit2 -= p->keepSizeAfter; in MatchFinder_SetLimits()
260 if (limit2 < limit) in MatchFinder_SetLimits()
261 limit = limit2; in MatchFinder_SetLimits()
DLzmaDec.c458 SizeT limit2 = limit; in LzmaDec_DecodeReal2() local
463 limit2 = p->dicPos + rem; in LzmaDec_DecodeReal2()
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.c250 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() local
251 if (limit2 < limit) in MatchFinder_SetLimits()
252 limit = limit2; in MatchFinder_SetLimits()
253 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
254 if (limit2 <= p->keepSizeAfter) in MatchFinder_SetLimits()
256 if (limit2 > 0) in MatchFinder_SetLimits()
257 limit2 = 1; in MatchFinder_SetLimits()
260 limit2 -= p->keepSizeAfter; in MatchFinder_SetLimits()
261 if (limit2 < limit) in MatchFinder_SetLimits()
262 limit = limit2; in MatchFinder_SetLimits()
DLzmaDec.c459 SizeT limit2 = limit; in LzmaDec_DecodeReal2() local
464 limit2 = p->dicPos + rem; in LzmaDec_DecodeReal2()
466 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2()
/external/libnl/lib/route/sch/
Dtbf.c266 double limit, limit2; in rtnl_qdisc_tbf_set_limit_by_latency() local
278 limit2 = calc_limit(&tbf->qt_peakrate, latency, in rtnl_qdisc_tbf_set_limit_by_latency()
281 if (limit2 < limit) in rtnl_qdisc_tbf_set_limit_by_latency()
282 limit = limit2; in rtnl_qdisc_tbf_set_limit_by_latency()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc818 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); in TEST_1D() local
829 coded_input.PopLimit(limit2); in TEST_1D()
860 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); in TEST_1D() local
873 coded_input.PopLimit(limit2); in TEST_1D()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc851 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); in TEST_1D() local
862 coded_input.PopLimit(limit2); in TEST_1D()
893 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); in TEST_1D() local
906 coded_input.PopLimit(limit2); in TEST_1D()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch1282 + SizeT limit2 = limit;
1287 + limit2 = p->dicPos + rem;
1289 + RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
2382 + UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos;
2383 + if (limit2 < limit)
2384 + limit = limit2;
2385 + limit2 = p->streamPos - p->pos;
2386 + if (limit2 <= p->keepSizeAfter)
2388 + if (limit2 > 0)
2389 + limit2 = 1;
[all …]
/external/deqp/modules/glshared/
DglsDrawTest.cpp1722 const deUint32 limit2 = (1 << 2); in generatePackedArray() local
1737 const deUint32 w = deRandom_getUint32(&rnd) % limit2; in generatePackedArray()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...