Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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 &&
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddefutil.h154 # define max_insert_length max_lazy_match macro
H A Ddeflate.c969 if (s->match_length <= s->max_insert_length && in deflate_fast()