Home
last modified time | relevance | path

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

/linux-2.6.39/lib/zlib_deflate/
Ddefutil.h161 uInt good_match; member
Ddeflate.c359 s->good_match = configuration_table[level].good_length;
673 s->good_match = configuration_table[s->level].good_length; in lm_init()
735 if (s->prev_length >= s->good_match) { in longest_match()