Lines Matching refs:minLen
1473 Int32 minLen, maxLen; in BZ2_decompress() local
1696 minLen = 32; in BZ2_decompress()
1700 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress()
1707 minLen, maxLen, alphaSize in BZ2_decompress()
1709 s->minLens[t] = minLen; in BZ2_decompress()
3322 Int32 minLen, in BZ2_hbAssignCodes() argument
3329 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
3342 Int32 minLen, in BZ2_hbCreateDecodeTables() argument
3349 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3361 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
3366 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3658 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3898 minLen = 32; in sendMTFValues()
3902 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in sendMTFValues()
3905 AssertH ( !(minLen < 1), 3005 ); in sendMTFValues()
3907 minLen, maxLen, alphaSize ); in sendMTFValues()