Lines Matching refs:minLen
1432 Int32 minLen, maxLen; in BZ2_decompress() local
1655 minLen = 32; in BZ2_decompress()
1659 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress()
1666 minLen, maxLen, alphaSize in BZ2_decompress()
1668 s->minLens[t] = minLen; in BZ2_decompress()
2817 Int32 minLen, in BZ2_hbAssignCodes() argument
2824 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
2837 Int32 minLen, in BZ2_hbCreateDecodeTables() argument
2844 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
2856 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
2861 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3033 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3262 minLen = 32; in sendMTFValues()
3266 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in sendMTFValues()
3269 { if (!(!(minLen < 1))) bz_internal_error ( 3005 ); }; in sendMTFValues()
3271 minLen, maxLen, alphaSize ); in sendMTFValues()