Searched refs:minLen (Results 1 – 8 of 8) sorted by relevance
/external/bzip2/ |
D | huffman.c | 154 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()
|
D | compress.c | 242 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()
|
D | decompress.c | 110 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/ |
D | bitset.cpp | 50 void BitSet::ensureCapacity(uint32_t minLen) { in ensureCapacity() argument 52 while (newLen < minLen) newLen <<= 1; // grow exponentially in ensureCapacity()
|
D | bitset.h | 21 void ensureCapacity(uint32_t minLen);
|
/external/icu4c/i18n/ |
D | dtptngen_impl.h | 102 int32_t minLen; member
|
D | dtptngen.cpp | 1283 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/ |
D | pvrtsp_client_engine_node.cpp | 3409 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()
|