Searched refs:old_flush (Results 1 - 4 of 4) 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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c668 int old_flush; /* value of flush param for previous deflate call */ local
685 old_flush = s->last_flush;
886 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/external/qemu/distrib/zlib-1.2.8/
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) &&
/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 165 milliseconds