Lines Matching refs:maxLen
1460 Int32 minLen, maxLen; in BZ2_decompress() local
1684 maxLen = 0; in BZ2_decompress()
1686 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress()
1694 minLen, maxLen, alphaSize in BZ2_decompress()
3221 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument
3275 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
3310 Int32 maxLen, in BZ2_hbAssignCodes() argument
3316 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
3330 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument
3336 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3348 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
3353 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3645 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3886 maxLen = 0; in sendMTFValues()
3888 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in sendMTFValues()
3891 AssertH ( !(maxLen > 17 /*20*/ ), 3004 ); in sendMTFValues()
3894 minLen, maxLen, alphaSize ); in sendMTFValues()