Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S165 #define good_match [ rcx + dsGoodMatch] macro
220 mov esi, good_match
/f-stack/freebsd/contrib/zlib/
H A Ddeflate.h191 uInt good_match; member
H A Ddeflate.c611 s->good_match = configuration_table[level].good_length;
631 s->good_match = (uInt)good_length;
1207 s->good_match = configuration_table[s->level].good_length;
1276 if (s->prev_length >= s->good_match) {