Lines Matching refs:minLen
1458 Int32 minLen, maxLen; in BZ2_decompress() local
1681 minLen = 32; in BZ2_decompress()
1685 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress()
1692 minLen, maxLen, alphaSize in BZ2_decompress()
1694 s->minLens[t] = minLen; in BZ2_decompress()
3307 Int32 minLen, in BZ2_hbAssignCodes() argument
3314 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
3327 Int32 minLen, in BZ2_hbCreateDecodeTables() argument
3334 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3346 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
3351 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3643 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3883 minLen = 32; in sendMTFValues()
3887 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in sendMTFValues()
3890 AssertH ( !(minLen < 1), 3005 ); in sendMTFValues()
3892 minLen, maxLen, alphaSize ); in sendMTFValues()