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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c151 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
474 s->good_match = configuration_table[level].good_length;
483 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
485 int good_length;
494 s->good_match = good_length;
1025 s->good_match = configuration_table[s->level].good_length;
/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h657 int good_length,
667 max_lazy, good_length, nice_length, and max_chain parameters.

Completed in 20 milliseconds