Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member
442 s->good_match = configuration_table[level].good_length;
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
453 int good_length;
462 s->good_match = good_length;
1030 s->good_match = configuration_table[s->level].good_length;
/openbmc/u-boot/include/u-boot/
H A Dzlib.h539 int good_length,
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c128 ush good_length; /* reduce lazy search above this match length */ member
541 s->good_match = configuration_table[s->level].good_length; in lm_init()