Home
last modified time | relevance | path

Searched refs:run_ (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_writer_utils.c63 if (!BitWriterResize(bw, bw->run_ + 1)) { in Flush()
69 if (bw->run_ > 0) { in Flush()
71 for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value; in Flush()
76 bw->run_++; // delay writing of bytes 0xff, pending eventual carry. in Flush()
165 bw->run_ = 0; in VP8BitWriterInit()
H A Dbit_writer_utils.h30 int run_; // number of outstanding bits member
58 return (bw->pos_ + bw->run_) * 8 + nb_bits; in VP8BitWriterPos()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-microtask-queue.h152 bool run_; member in v8::MicrotasksScope
/third_party/node/deps/v8/include/
H A Dv8-microtask-queue.h147 bool run_; member in v8::MicrotasksScope
/third_party/ffmpeg/tools/
H A Dcrypto_bench.c631 { #lib, name, run_ ## lib ## _ ## symbol, output },
/third_party/node/deps/v8/src/api/
H A Dapi.cc9587 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()
9588 if (run_) microtask_queue_->IncrementMicrotasksScopeDepth(); in MicrotasksScope()
9590 if (!run_) microtask_queue_->IncrementDebugMicrotasksScopeDepth(); in MicrotasksScope()
9595 if (run_) { in ~MicrotasksScope()
9606 if (!run_) microtask_queue_->DecrementDebugMicrotasksScopeDepth(); in ~MicrotasksScope()

Completed in 24 milliseconds