Searched refs:nice_length (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c153 ush nice_length; /* quit search above this match length */ member in struct:config_s
475 s->nice_match = configuration_table[level].nice_length;
483 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
487 int nice_length;
496 s->nice_match = nice_length;
1026 s->nice_match = configuration_table[s->level].nice_length;
/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h659 int nice_length,
667 max_lazy, good_length, nice_length, and max_chain parameters.

Completed in 30 milliseconds