Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddefutil.h163 uInt good_match; member
H A Ddeflate.c122 /* Values for max_lazy_match, good_match and max_chain_length, depending on
534 s->good_match = configuration_table[s->level].good_length; in lm_init()
596 if (s->prev_length >= s->good_match) { in longest_match()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddefutil.h163 uInt good_match; member
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; in lm_init()
603 if (s->prev_length >= s->good_match) { in longest_match()

Completed in 6 milliseconds