Searched refs:minLen (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bzip2/ |
H A 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()
|
H A 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()
|
H A D | decompress.c | 110 Int32 minLen, maxLen; in BZ2_decompress() local 339 minLen = 32; in BZ2_decompress() 343 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress() 350 minLen, maxLen, alphaSize in BZ2_decompress() 352 s->minLens[t] = minLen; in BZ2_decompress()
|