Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c334 int old_flush; /* value of flush param for previous deflate call */ in zlib_deflate() local
350 old_flush = s->last_flush; in zlib_deflate()
393 } else if (strm->avail_in == 0 && flush <= old_flush && in zlib_deflate()
/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 &&