Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Ddeflate.c586 int old_flush; /* value of flush param for previous deflate call */ local
601 old_flush = s->last_flush;
802 } else if (strm->avail_in == 0 && flush <= old_flush &&