Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
/freebsd/sys/contrib/zlib/
H A Ddeflate.h198 int nice_match; /* Stop searching when current match exceeds this */ member
H A Ddeflate.c1354 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local