Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c575 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local
H A Ddefutil.h166 int nice_match; /* Stop searching when current match exceeds this */ member
/openbmc/u-boot/lib/zlib/
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
H A Ddeflate.c1070 int nice_match = s->nice_match; /* stop if match long enough */ local