Searched refs:MIN_MATCH (Results 1 – 5 of 5) sorted by relevance
280 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);331 if (length < MIN_MATCH) return Z_OK;1258 if (len < MIN_MATCH) return MIN_MATCH - 1;1383 if (s->lookahead >= MIN_MATCH) {1386 #if MIN_MATCH != 31544 if (s->lookahead >= MIN_MATCH) {1559 if (s->match_length >= MIN_MATCH) {1589 #if MIN_MATCH != 31641 if (s->lookahead >= MIN_MATCH) {1648 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
278 #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()1042 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
Completed in 16 milliseconds