Searched refs:MIN_MATCH (Results 1 – 4 of 4) sorted by relevance
98 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)259 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH); in zlib_deflateInit2()813 if (s->lookahead >= MIN_MATCH) { in fill_window()816 #if MIN_MATCH != 3 in fill_window()941 if (s->lookahead >= MIN_MATCH) { in deflate_fast()958 if (s->match_length >= MIN_MATCH) { in deflate_fast()985 #if MIN_MATCH != 3 in deflate_fast()1036 if (s->lookahead >= MIN_MATCH) { in deflate_slow()1043 s->match_length = MIN_MATCH-1; in deflate_slow()1076 s->prev_length - MIN_MATCH); in deflate_slow()[all …]
263 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
101 static uch length_code[MAX_MATCH-MIN_MATCH+1];931 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
31 #define MIN_MATCH 3 macro
Completed in 9 milliseconds