HomeSort by relevance Sort by last modified time
    Searched refs:old_flush (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 668 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) &&
    [all...]
  /external/zlib/src/
deflate.c 669 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) &&
    [all...]

Completed in 1402 milliseconds