Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c612 s->nice_match = configuration_table[level].nice_length;
633 s->nice_match = nice_length;
1208 s->nice_match = configuration_table[s->level].nice_length;
1248 int nice_match = s->nice_match; /* stop if match long enough */ local
1282 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1367 if (len >= nice_match) break;
H A Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member