Home
last modified time | relevance | path

Searched refs:minLen (Results 1 – 8 of 8) sorted by relevance

/external/bzip2/
Dhuffman.c154 Int32 minLen, in BZ2_hbAssignCodes() argument
161 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
174 Int32 minLen, in BZ2_hbCreateDecodeTables() argument
181 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
193 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
198 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
482 minLen = 32; in sendMTFValues()
486 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in sendMTFValues()
489 AssertH ( !(minLen < 1), 3005 ); in sendMTFValues()
491 minLen, maxLen, alphaSize ); in sendMTFValues()
Ddecompress.c110 Int32 minLen, maxLen; in BZ2_decompress() local
333 minLen = 32; in BZ2_decompress()
337 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress()
344 minLen, maxLen, alphaSize in BZ2_decompress()
346 s->minLens[t] = minLen; in BZ2_decompress()
/external/icu4c/test/perf/usetperf/
Dbitset.cpp50 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity() argument
52 while (newLen < minLen) newLen <<= 1; // grow exponentially in ensureCapacity()
Dbitset.h21 void ensureCapacity(uint32_t minLen);
/external/icu4c/i18n/
Ddtptngen_impl.h102 int32_t minLen; member
Ddtptngen.cpp1283 int32_t repeatCount = row->minLen > 3 ? 3: row->minLen; in set()
1467 if (dtTypes[i+1].minLen <= len) { in getCanonicalIndex()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp3409 uint32 minLen = OSCL_MIN((pvServerTag.get_size()), ((uint32)(serverTag->size()))); in processCommonResponse() local
3410 if (!oscl_strncmp(serverTag->c_str(), pvServerTag.get_cstr(), minLen)) in processCommonResponse()