Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.c99 ush good_length; /* reduce lazy search above this match length */ member
681 s->good_match = configuration_table[s->level].good_length; in lm_init()
788 s->good_match = configuration_table[level].good_length; in deflateParams()
797 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, in deflateTune() argument
803 s->good_match = (uInt)good_length; in deflateTune()
H A Dzlib.h745 int good_length,
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c968 int good_length, in z_deflateTune() argument
974 return deflateTune(strm, good_length, max_lazy, nice_length, max_chain); in z_deflateTune()