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

/system/core/toolbox/
H A Dreadtty.c66 int flush = 0; local
87 flush = 1;
108 if(flush)
143 if(flush)
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c47 int ret, flush; local
68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
76 ret = deflate(&strm, flush); /* no bad return value */
85 } while (flush != Z_FINISH);
/system/extras/atrace/
H A Datrace.c336 int result, flush; local
349 flush = Z_NO_FLUSH;
365 flush = Z_FINISH;
386 } while ((result = deflate(&zs, flush)) == Z_OK);

Completed in 5 milliseconds