Searched refs:MIN_MATCH (Results 1 – 6 of 6) sorted by relevance
317 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 != 31899 if (s->lookahead >= MIN_MATCH) {1944 #if MIN_MATCH != 31960 s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1;2009 s->match_length = MIN_MATCH-1;[all …]
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
104 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) &&
279 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
84 #define MIN_MATCH 3 macro
94 #define MIN_MATCH 3 macro95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)