Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Ddeflate.h155 int match_available; /* set if previous match exists */ member
A Ddeflate.c1039 s->match_available = 0;
1696 s->match_available = 0;
1702 } else if (s->match_available) {
1719 s->match_available = 1;
1725 if (s->match_available) {
1728 s->match_available = 0;

Completed in 6 milliseconds