Home
last modified time | relevance | path

Searched refs:maxLen (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c330 if (pb[maxLen] == cur[maxLen] && *pb == *cur) in Hc_GetMatchesSpec()
515 maxLen = 2; in Bt3_MatchFinder_GetMatches()
519 for (; maxLen != lenLimit; maxLen++) in Bt3_MatchFinder_GetMatches()
520 if (cur[(ptrdiff_t)maxLen - delta2] != cur[maxLen]) in Bt3_MatchFinder_GetMatches()
549 maxLen = 1; in Bt4_MatchFinder_GetMatches()
559 maxLen = 3; in Bt4_MatchFinder_GetMatches()
566 for (; maxLen != lenLimit; maxLen++) in Bt4_MatchFinder_GetMatches()
567 if (cur[(ptrdiff_t)maxLen - delta2] != cur[maxLen]) in Bt4_MatchFinder_GetMatches()
596 maxLen = 1; in Hc4_MatchFinder_GetMatches()
613 for (; maxLen != lenLimit; maxLen++) in Hc4_MatchFinder_GetMatches()
[all …]
H A DLzFind.h74 UInt32 *distances, UInt32 maxLen);
/illumos-gate/usr/src/common/bzip2/
H A Dhuffman.c66 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument
120 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
155 Int32 maxLen, in BZ2_hbAssignCodes() argument
161 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
175 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument
181 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
193 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
198 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
H A Dcompress.c243 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
484 maxLen = 0; in sendMTFValues()
486 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in sendMTFValues()
489 AssertH ( !(maxLen > 17 /*20*/ ), 3004 ); in sendMTFValues()
492 minLen, maxLen, alphaSize ); in sendMTFValues()
H A Ddecompress.c111 Int32 minLen, maxLen; in BZ2_decompress() local
335 maxLen = 0; in BZ2_decompress()
337 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress()
345 minLen, maxLen, alphaSize in BZ2_decompress()