Searched refs:MIN_MATCH (Results 1 – 5 of 5) sorted by relevance
267 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);360 if (length < MIN_MATCH) return Z_OK;1283 if (len < MIN_MATCH) return MIN_MATCH - 1;1408 if (s->lookahead >= MIN_MATCH) {1411 #if MIN_MATCH != 31569 if (s->lookahead >= MIN_MATCH) {1584 if (s->match_length >= MIN_MATCH) {1614 #if MIN_MATCH != 31666 if (s->lookahead >= MIN_MATCH) {1673 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
110 uch _length_code[MAX_MATCH-MIN_MATCH+1];362 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { in gen_trees_header()364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()1041 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
271 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
Completed in 19 milliseconds