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

/external/linux-tools-perf/util/
H A Dsession.h24 u64 last_flush; member in struct:ordered_samples
H A Dsession.c521 os->last_flush = iter->timestamp;
641 if (timestamp < s->ordered_samples.last_flush) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc132 u64 last_flush = NanoTime(); local
139 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
141 last_flush = NanoTime();
/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/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c384 s->last_flush = Z_NO_FLUSH;
573 old_flush = s->last_flush;
574 s->last_flush = flush;
766 s->last_flush = -1;
797 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
822 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 */

Completed in 514 milliseconds