Lines Matching refs:maxLen
1513 Int32 minLen, maxLen; in BZ2_decompress() local
1738 maxLen = 0; in BZ2_decompress()
1740 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress()
1748 minLen, maxLen, alphaSize in BZ2_decompress()
3274 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument
3328 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
3363 Int32 maxLen, in BZ2_hbAssignCodes() argument
3369 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
3383 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument
3389 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3401 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
3406 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3697 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3938 maxLen = 0; in sendMTFValues()
3940 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in sendMTFValues()
3943 AssertH ( !(maxLen > 17 /*20*/ ), 3004 ); in sendMTFValues()
3946 minLen, maxLen, alphaSize ); in sendMTFValues()