Home
last modified time | relevance | path

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

/Linux-v6.6/lib/zlib_deflate/
Ddefutil.h163 uInt good_match; member
Ddeflate.c541 s->good_match = configuration_table[s->level].good_length; in lm_init()
603 if (s->prev_length >= s->good_match) { in longest_match()