Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Ddeflate.h176 # define max_insert_length max_lazy_match macro
H A Ddeflate.c1570 if (s->match_length <= s->max_insert_length &&
/openbmc/linux/lib/zlib_deflate/
H A Ddefutil.h154 # define max_insert_length max_lazy_match macro
H A Ddeflate.c976 if (s->match_length <= s->max_insert_length && in deflate_fast()