Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c322 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
420 while (s->lookahead >= MIN_MATCH) {
422 n = s->lookahead - (MIN_MATCH-1);
432 s->lookahead = MIN_MATCH-1;
1435 if (len < MIN_MATCH) return MIN_MATCH - 1;
1545 #if MIN_MATCH != 3
1854 if (s->lookahead >= MIN_MATCH) {
1899 #if MIN_MATCH != 3
1915 s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1;
1964 s->match_length = MIN_MATCH-1;
[all …]
H A Dtrees.h102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dzutil.h80 #define MIN_MATCH 3 macro
H A Ddeflate.h284 #define MIN_LOOKAHEAD (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()
1029 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
/f-stack/freebsd/contrib/zlib/contrib/asm686/
H A Dmatch.S29 #define MIN_MATCH (3) macro
30 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/f-stack/freebsd/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S94 #define MIN_MATCH 3 macro
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)