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

  /cts/tools/utils/
monsoon.py 386 last_flush = time.time()
426 if now - last_flush >= 0.99: # flush every second
428 last_flush = now
  /external/zlib/src/
deflate.c 497 s->last_flush = -2;
590 s->last_flush != -2) {
782 old_flush = s->last_flush;
783 s->last_flush = flush;
795 s->last_flush = -1;
844 s->last_flush = -1;
870 s->last_flush = -1;
913 s->last_flush = -1;
936 s->last_flush = -1;
    [all...]
deflate.h 111 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
  /external/python/cpython2/Modules/zlib/
deflate.c 497 s->last_flush = Z_NO_FLUSH;
782 old_flush = s->last_flush;
783 s->last_flush = flush;
795 s->last_flush = -1;
844 s->last_flush = -1;
870 s->last_flush = -1;
913 s->last_flush = -1;
936 s->last_flush = -1;
958 s->last_flush = -1
    [all...]
deflate.h 111 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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/u-boot/lib/zlib/
deflate.h 105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
deflate.c 380 s->last_flush = Z_NO_FLUSH;
601 old_flush = s->last_flush;
602 s->last_flush = flush;
794 s->last_flush = -1;
827 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
856 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 172 u64 last_flush = NanoTime(); local
182 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
185 last_flush = NanoTime();

Completed in 501 milliseconds