Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zlib/contrib/gcc_gvmat64/
Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/freebsd-12-stable/sys/contrib/zlib/
Ddeflate.c646 s->nice_match = configuration_table[level].nice_length;
667 s->nice_match = nice_length;
1256 s->nice_match = configuration_table[s->level].nice_length;
1287 int nice_match = s->nice_match; /* stop if match long enough */ local
1321 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1409 if (len >= nice_match) break;
Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member