Searched refs:good_length (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/contrib/zlib/
H A Dzlib.h745 int good_length,
755 max_lazy, good_length, nice_length, and max_chain parameters.
H A Ddeflate.c121 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
608 s->good_match = configuration_table[level].good_length;
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
619 int good_length;
628 s->good_match = (uInt)good_length;
1204 s->good_match = configuration_table[s->level].good_length;
/freebsd-11-stable/sys/libkern/
H A Dzlib.c669 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
933 s->good_match = configuration_table[level].good_length;
1252 s->good_match = configuration_table[s->level].good_length;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c129 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
451 s->good_match = configuration_table[level].good_length;
460 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
462 int good_length;
471 s->good_match = good_length;
1002 s->good_match = configuration_table[s->level].good_length;
H A Dzlib.h630 int good_length,
640 max_lazy, good_length, nice_length, and max_chain parameters.

Completed in 122 milliseconds