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

/freebsd-11-stable/sys/contrib/zlib/
H A Dzlib.h747 int nice_length,
755 max_lazy, good_length, nice_length, and max_chain parameters.
H A Ddeflate.c123 ush nice_length; /* quit search above this match length */ member in struct:config_s
609 s->nice_match = configuration_table[level].nice_length;
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
621 int nice_length;
630 s->nice_match = nice_length;
1205 s->nice_match = configuration_table[s->level].nice_length;
/freebsd-11-stable/sys/libkern/
H A Dzlib.c671 ush nice_length; /* quit search above this match length */ member in struct:config_s
934 s->nice_match = configuration_table[level].nice_length;
1253 s->nice_match = configuration_table[s->level].nice_length;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c131 ush nice_length; /* quit search above this match length */ member in struct:config_s
452 s->nice_match = configuration_table[level].nice_length;
460 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
464 int nice_length;
473 s->nice_match = nice_length;
1003 s->nice_match = configuration_table[s->level].nice_length;
H A Dzlib.h632 int nice_length,
640 max_lazy, good_length, nice_length, and max_chain parameters.

Completed in 138 milliseconds