Home
last modified time | relevance | path

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

/Linux-v5.10/lib/zlib_deflate/
Ddefutil.h163 uInt good_match; member
Ddeflate.c534 s->good_match = configuration_table[s->level].good_length; in lm_init()
596 if (s->prev_length >= s->good_match) { in longest_match()