Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/zlib/
H A Ddeflate.c151 ush good_length; /* reduce lazy search above this match length */ member
475 s->good_match = configuration_table[level].good_length; in deflateParams()
485 deflateTune(z_streamp strm, int good_length, int max_lazy, int nice_length, in deflateTune() argument
492 s->good_match = good_length; in deflateTune()
1021 s->good_match = configuration_table[s->level].good_length; in lm_init()
/xnu-8020.101.4/libkern/libkern/
H A Dzlib.h666 int good_length,