Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.c101 ush nice_length; /* quit search above this match length */ member
682 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
789 s->nice_match = configuration_table[level].nice_length; in deflateParams()
798 int nice_length, int max_chain) { in deflateTune() argument
805 s->nice_match = nice_length; in deflateTune()
H A Dzlib.h747 int nice_length,
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c970 int nice_length, in z_deflateTune() argument
974 return deflateTune(strm, good_length, max_lazy, nice_length, max_chain); in z_deflateTune()