Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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) {