Searched refs:MIN_MATCH (Results 1 – 6 of 6) sorted by relevance
311 #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 …]
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
104 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) &&
84 #define MIN_MATCH 3 macro
290 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
94 #define MIN_MATCH 3 macro95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)