Lines Matching refs:minLen
1513 Int32 minLen, maxLen; in BZ2_decompress() local
1737 minLen = 32; in BZ2_decompress()
1741 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress()
1748 minLen, maxLen, alphaSize in BZ2_decompress()
1750 s->minLens[t] = minLen; in BZ2_decompress()
3362 Int32 minLen, in BZ2_hbAssignCodes() argument
3369 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
3382 Int32 minLen, 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
3937 minLen = 32; in sendMTFValues()
3941 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in sendMTFValues()
3944 AssertH ( !(minLen < 1), 3005 ); in sendMTFValues()
3946 minLen, maxLen, alphaSize ); in sendMTFValues()