Home
last modified time | relevance | path

Searched refs:match_length (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/zlib/
A Ddeflate.c1559 if (s->match_length >= MIN_MATCH) {
1565 s->lookahead -= s->match_length;
1586 s->match_length = 0;
1648 s->match_length = MIN_MATCH-1;
1697 s->match_length = MIN_MATCH-1;
1762 s->match_length = 0;
1781 if (s->match_length >= MIN_MATCH) {
1786 s->lookahead -= s->match_length;
1787 s->strstart += s->match_length;
1788 s->match_length = 0;
[all …]
A Ddeflate.h153 uInt match_length; /* length of best match */ member

Completed in 7 milliseconds