Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c549 s->match_available = 0; in lm_init()
1097 s->match_available = 0; in deflate_slow()
1103 } else if (s->match_available) { in deflate_slow()
1119 s->match_available = 1; in deflate_slow()
1125 if (s->match_available) { in deflate_slow()
1128 s->match_available = 0; in deflate_slow()
H A Ddefutil.h133 int match_available; /* set if previous match exists */ member
/openbmc/u-boot/lib/zlib/
H A Ddeflate.h155 int match_available; /* set if previous match exists */ member
H A Ddeflate.c1038 s->match_available = 0;
1695 s->match_available = 0;
1701 } else if (s->match_available) {
1718 s->match_available = 1;
1724 if (s->match_available) {
1727 s->match_available = 0;