Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Ddeflate.h171 uInt max_lazy_match; member
176 # define max_insert_length max_lazy_match
A Ddeflate.c442 s->max_lazy_match = configuration_table[level].max_lazy;
464 s->max_lazy_match = max_lazy;
1030 s->max_lazy_match = configuration_table[s->level].max_lazy;
1650 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 6 milliseconds