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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h212 uInt good_match; member in struct:internal_state
H A Ddeflate.c145 /* Values for max_lazy_match, good_match and max_chain_length, depending on
474 s->good_match = configuration_table[level].good_length;
494 s->good_match = good_length;
1025 s->good_match = configuration_table[s->level].good_length;
1093 if (s->prev_length >= s->good_match) {

Completed in 16 milliseconds