Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/src/
A Ddeflate.c586 int old_flush; /* value of flush param for previous deflate call */ local
603 old_flush = s->last_flush;
804 } else if (strm->avail_in == 0 && flush <= old_flush &&
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.c767 int old_flush; /* value of flush param for previous deflate call */ local
782 old_flush = s->last_flush;
803 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&

Completed in 8 milliseconds