Searched refs:good_match (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zlib_deflate/
H A Ddefutil.h163 uInt good_match; member in struct:deflate_state
H A Ddeflate.c122 /* Values for max_lazy_match, good_match and max_chain_length, depending on
541 s->good_match = configuration_table[s->level].good_length;
603 if (s->prev_length >= s->good_match) {

Completed in 122 milliseconds