Home
last modified time | relevance | path

Searched defs:limit2 (Results 1 – 22 of 22) sorted by relevance

/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
/external/chromium_org/third_party/icu/source/common/
Dunormcmp.cpp151 const UChar *start1, *start2, *limit1, *limit2; in unorm_cmpEquivFold() local
Dustrcase.c656 const UChar *start1, *start2, *limit1, *limit2; in u_strcmpFold() local
Dutext.cpp516 UText *s2, int64_t limit2) { in utext_compareNativeLimit()
692 UText *s2, int64_t limit2, in utext_caseCompareNativeLimit()
Dustring.c686 const UChar *start1, *start2, *limit1, *limit2; in uprv_strCompare() local
/external/icu/icu4c/source/common/
Dunormcmp.cpp151 const UChar *start1, *start2, *limit1, *limit2; in unorm_cmpEquivFold() local
Dustrcase.cpp477 const UChar *start1, *start2, *limit1, *limit2; in u_strcmpFold() local
Dustring.cpp687 const UChar *start1, *start2, *limit1, *limit2; in uprv_strCompare() local
/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()
689 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2) 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()
DSigProc_FIX.h549 #define silk_LIMIT( a, limit1, limit2) ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a… argument
/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()
689 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2) 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()
DSigProc_FIX.h549 #define silk_LIMIT( a, limit1, limit2) ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a… argument
/external/libnl/lib/route/sch/
Dtbf.c266 double limit, limit2; in rtnl_qdisc_tbf_set_limit_by_latency() local
/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc818 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); in TEST_1D() local
860 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); in TEST_1D() local
/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
893 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); in TEST_1D() local
/external/lzma/C/
DLzFind.c249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() local
DLzmaDec.c458 SizeT limit2 = limit; in LzmaDec_DecodeReal2() local
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.c250 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() local
DLzmaDec.c459 SizeT limit2 = limit; in LzmaDec_DecodeReal2() local
/external/chromium_org/third_party/lzma_sdk/
DLzFind.c249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits() local
DLzmaDec.c458 SizeT limit2 = limit; in LzmaDec_DecodeReal2() local
/external/deqp/modules/glshared/
DglsDrawTest.cpp1709 const deUint32 limit2 = (1 << 2); in generatePackedArray() local