Home
last modified time | relevance | path

Searched refs:MIN_MATCH (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/contrib/zlib/
H A Ddeflate.c311 #if MIN_MATCH != 3 in fill_window()
447 s->hash_shift = ((s->hash_bits + MIN_MATCH-1) / MIN_MATCH); in deflateInit2_()
588 while (s->lookahead >= MIN_MATCH) { in deflateSetDictionary()
590 n = s->lookahead - (MIN_MATCH-1); in deflateSetDictionary()
600 s->lookahead = MIN_MATCH-1; in deflateSetDictionary()
1541 if (len < MIN_MATCH) return MIN_MATCH - 1; in longest_match()
1835 if (s->lookahead >= MIN_MATCH) { in deflate_fast()
1880 #if MIN_MATCH != 3 in deflate_fast()
1896 s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1; in deflate_fast()
1942 s->match_length = MIN_MATCH-1; in deflate_slow()
[all …]
H A Dtrees.h102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dtrees.c104 uch _length_code[MAX_MATCH-MIN_MATCH+1];
415 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { in gen_trees_header()
417 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
1110 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
H A Dzutil.h84 #define MIN_MATCH 3 macro
H A Ddeflate.h290 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
/freebsd-14.2/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S94 #define MIN_MATCH 3 macro
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)