Home
last modified time | relevance | path

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

/linux-2.6.39/lib/zlib_deflate/
Ddeflate.c107 ush good_length; /* reduce lazy search above this match length */ member
359 s->good_match = configuration_table[level].good_length;
673 s->good_match = configuration_table[s->level].good_length; in lm_init()