Searched refs:MIN_MATCH (Results 1 – 5 of 5) sorted by relevance
275 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);368 if (length < MIN_MATCH) return Z_OK;1292 if (len < MIN_MATCH) return MIN_MATCH - 1;1417 if (s->lookahead >= MIN_MATCH) {1420 #if MIN_MATCH != 31578 if (s->lookahead >= MIN_MATCH) {1593 if (s->match_length >= MIN_MATCH) {1623 #if MIN_MATCH != 31675 if (s->lookahead >= MIN_MATCH) {1682 s->match_length = MIN_MATCH-1;[all …]
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
81 #define MIN_MATCH 3 macro
273 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
110 uch _length_code[MAX_MATCH-MIN_MATCH+1];363 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { in gen_trees_header()365 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()1043 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
Completed in 830 milliseconds