Lines Matching refs:minLen
1484 Int32 minLen, maxLen; in BZ2_decompress() local
1707 minLen = 32; in BZ2_decompress()
1711 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in BZ2_decompress()
1718 minLen, maxLen, alphaSize in BZ2_decompress()
1720 s->minLens[t] = minLen; in BZ2_decompress()
3333 Int32 minLen, in BZ2_hbAssignCodes() argument
3340 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
3353 Int32 minLen, in BZ2_hbCreateDecodeTables() argument
3360 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3372 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
3377 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
3669 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
3909 minLen = 32; in sendMTFValues()
3913 if (s->len[t][i] < minLen) minLen = s->len[t][i]; in sendMTFValues()
3916 AssertH ( !(minLen < 1), 3005 ); in sendMTFValues()
3918 minLen, maxLen, alphaSize ); in sendMTFValues()