Searched refs:MIN_MATCH (Results 1 – 5 of 5) sorted by relevance
140 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)305 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH); in deflateInit2_()352 if (length < MIN_MATCH) return Z_OK; in deflateSetDictionary()1249 if (len < MIN_MATCH) return MIN_MATCH - 1; in longest_match_fast()1371 if (s->lookahead >= MIN_MATCH) { in fill_window()1374 #if MIN_MATCH != 3 in fill_window()1495 if (s->lookahead >= MIN_MATCH) { in deflate_fast()1551 #if MIN_MATCH != 3 in deflate_fast()1601 if (s->lookahead >= MIN_MATCH) { in deflate_slow()1609 s->match_length = MIN_MATCH-1; in deflate_slow()[all …]
129 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
120 #define MIN_MATCH 3 macro
300 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
135 uch _length_code[MAX_MATCH-MIN_MATCH+1];389 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { in gen_trees_header()391 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()1096 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&