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

/external/chromium_org/third_party/zlib/
H A Ddeflate.c592 int old_flush; /* value of flush param for previous deflate call */ local
609 old_flush = s->last_flush;
810 } else if (strm->avail_in == 0 && flush <= old_flush &&
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c556 int old_flush; /* value of flush param for previous deflate call */ local
573 old_flush = s->last_flush;
774 } else if (strm->avail_in == 0 && flush <= old_flush &&
/external/zlib/src/
H A Ddeflate.c669 int old_flush; /* value of flush param for previous deflate call */ local
686 old_flush = s->last_flush;
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&

Completed in 76 milliseconds