Searched defs:last_flush (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Dsession.h18 u64 last_flush; member in struct:ordered_samples
/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/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.cc166 u64 last_flush = NanoTime(); local
176 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
179 last_flush = NanoTime();
/external/libvncserver/x11vnc/
H A Duserinput.c2731 static double last_flush = 0.0; local
2906 dtime0(&last_flush);
2990 dtime0(&last_flush);
3048 dtime0(&last_flush);

Completed in 376 milliseconds