Searched refs:last_flush (Results 1 - 11 of 11) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.h18 u64 last_flush; member in struct:ordered_samples
H A Dsession.c552 os->last_flush = iter->timestamp;
683 if (timestamp < s->ordered_samples.last_flush) {
/external/chromium_org/third_party/zlib/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c386 s->last_flush = Z_NO_FLUSH;
609 old_flush = s->last_flush;
610 s->last_flush = flush;
802 s->last_flush = -1;
852 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
881 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Dfx_zlib_deflate.c418 s->last_flush = Z_NO_FLUSH;
685 old_flush = s->last_flush;
686 s->last_flush = flush;
878 s->last_flush = -1;
911 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
941 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
686 old_flush = s->last_flush;
687 s->last_flush = flush;
879 s->last_flush = -1;
912 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
942 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/zlib/src/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
686 old_flush = s->last_flush;
687 s->last_flush = flush;
879 s->last_flush = -1;
912 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
942 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc159 u64 last_flush = NanoTime(); local
170 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
174 last_flush = NanoTime();

Completed in 219 milliseconds