Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.h185 uInt good_match; member
H A Ddeflate.c442 s->good_match = configuration_table[level].good_length;
462 s->good_match = good_length;
1030 s->good_match = configuration_table[s->level].good_length;
1098 if (s->prev_length >= s->good_match) {
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddefutil.h163 uInt good_match; member
H A Ddeflate.c534 s->good_match = configuration_table[s->level].good_length; in lm_init()
596 if (s->prev_length >= s->good_match) { in longest_match()