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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.h 18 u64 last_flush; member in struct:ordered_samples
session.c 552 os->last_flush = iter->timestamp;
683 if (timestamp < s->ordered_samples.last_flush) {
    [all...]
  /cts/tools/utils/
monsoon.py 366 last_flush = time.time()
396 if now - last_flush >= 0.99: # flush every second
398 last_flush = now
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 520 last_flush = time.time()
550 if now - last_flush >= 0.99: # flush every second
552 last_flush = now
  /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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
fx_zlib_deflate.c 418 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 */
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
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...]
  /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...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 159 u64 last_flush = NanoTime(); local
170 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
174 last_flush = NanoTime();

Completed in 562 milliseconds