Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c542 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
575 int nice_match = s->nice_match; /* stop if match long enough */ in longest_match() local
609 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; in longest_match()
689 if (len >= nice_match) break; in longest_match()
H A Ddefutil.h166 int nice_match; /* Stop searching when current match exceeds this */ member
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c443 s->nice_match = configuration_table[level].nice_length;
464 s->nice_match = nice_length;
1031 s->nice_match = configuration_table[s->level].nice_length;
1070 int nice_match = s->nice_match; /* stop if match long enough */ local
1104 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1189 if (len >= nice_match) break;
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member