Home
last modified time | relevance | path

Searched refs:max_lazy_match (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Ddeflate.h171 uInt max_lazy_match; member
176 # define max_insert_length max_lazy_match
H A Ddeflate.c441 s->max_lazy_match = configuration_table[level].max_lazy;
463 s->max_lazy_match = max_lazy;
1029 s->max_lazy_match = configuration_table[s->level].max_lazy;
1649 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/openbmc/linux/lib/zlib_deflate/
H A Ddefutil.h149 uInt max_lazy_match; member
154 # define max_insert_length max_lazy_match
H A Ddeflate.c540 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
1052 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()