Lines Matching refs:maxLen
1475 Int32 minLen, maxLen; in BZ2_decompress() local
1699 maxLen = 0; in BZ2_decompress()
1701 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress()
1709 minLen, maxLen, alphaSize in BZ2_decompress()
3236 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument
3290 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
3325 Int32 maxLen, in BZ2_hbAssignCodes() argument
3331 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
3345 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument
3351 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3363 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
3368 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3660 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3901 maxLen = 0; in sendMTFValues()
3903 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in sendMTFValues()
3906 AssertH ( !(maxLen > 17 /*20*/ ), 3004 ); in sendMTFValues()
3909 minLen, maxLen, alphaSize ); in sendMTFValues()