Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zlib/
H A Ddeflate.c317 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
457 while (s->lookahead >= MIN_MATCH) {
459 n = s->lookahead - (MIN_MATCH-1);
469 s->lookahead = MIN_MATCH-1;
1472 if (len < MIN_MATCH) return MIN_MATCH - 1;
1584 #if MIN_MATCH != 3
1899 if (s->lookahead >= MIN_MATCH) {
1944 #if MIN_MATCH != 3
1960 s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1;
2009 s->match_length = MIN_MATCH-1;
[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];
355 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { in gen_trees_header()
357 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
1031 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
H A Ddeflate.h279 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
H A Dzutil.h84 #define MIN_MATCH 3 macro
/freebsd-13.1/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S94 #define MIN_MATCH 3 macro
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)