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

  /external/linux-tools-perf/util/
session.h 24 u64 last_flush; member in struct:ordered_samples
session.c 521 os->last_flush = iter->timestamp;
641 if (timestamp < s->ordered_samples.last_flush) {
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 132 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/
deflate.h 108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
deflate.c 386 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 */
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
deflate.c 384 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 */
    [all...]
  /external/zlib/src/
deflate.h 108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
deflate.c 419 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 */
    [all...]

Completed in 236 milliseconds