Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
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.c242 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
341 maxLen = 0; in BZ2_decompress()
343 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress()
351 minLen, maxLen, alphaSize in BZ2_decompress()
/openbsd/usr.bin/make/
H A Dsuff.c72 size_t maxLen = 0U; variable
339 maxLen = 0; in Suff_DisableAllSuffixes()
365 if (len > 2 * maxLen) in parse_transformi()
375 if (p - str <= (ptrdiff_t)maxLen) { in parse_transformi()
395 if (e - p >= (ptrdiff_t)maxLen) in parse_transformi()
445 if (e - p >= (ptrdiff_t)maxLen) in find_best_suffix()
515 if (s->nameLen > maxLen) in make_suffix_known()
516 maxLen = s->nameLen; in make_suffix_known()
1126 if (e - p >= (ptrdiff_t)maxLen) in record_possible_suffixes()
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.pm551 my $maxLen = $max->{$jcps};
553 for (my $p = $i + 1; $jcpsLen < $maxLen && $p < @src; $p++) {