Searched defs:last_flush (Results 1 - 6 of 6) 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
/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
/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
/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
/external/zlib/src/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
/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 166 milliseconds