Lines Matching refs:minLen
1475 Int32 minLen, maxLen; in BZ2_decompress() local
1698 minLen = 32; in BZ2_decompress()
1702 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress()
1709 minLen, maxLen, alphaSize in BZ2_decompress()
1711 s->minLens[t] = minLen; in BZ2_decompress()
3324 Int32 minLen, in BZ2_hbAssignCodes() argument
3331 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
3344 Int32 minLen, 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
3900 minLen = 32; in sendMTFValues()
3904 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in sendMTFValues()
3907 AssertH ( !(minLen < 1), 3005 ); in sendMTFValues()
3909 minLen, maxLen, alphaSize ); in sendMTFValues()