Home
last modified time | relevance | path

Searched refs:used_ (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_writer_utils.h91 int used_; // number of bits used in accumulator member
104 return (bw->cur_ - bw->buf_) + ((bw->used_ + 7) >> 3); in VP8LBitWriterNumBytes()
137 if (bw->used_ >= 32) { in VP8LPutBits()
140 bw->bits_ |= (vp8l_atype_t)bits << bw->used_; in VP8LPutBits()
141 bw->used_ += n_bits; in VP8LPutBits()
H A Dbit_writer_utils.c249 dst->used_ = src->used_; in VP8LBitWriterClone()
265 bw->used_ = bw_init->used_; in VP8LBitWriterReset()
291 bw->used_ -= VP8L_WRITER_BITS; in VP8LPutBitsFlushBits()
300 int used = bw->used_; in VP8LPutBitsInternal()
330 bw->used_ = used + n_bits; in VP8LPutBitsInternal()
336 if (VP8LBitWriterResize(bw, (bw->used_ + 7) >> 3)) { in VP8LBitWriterFinish()
337 while (bw->used_ > 0) { in VP8LBitWriterFinish()
340 bw->used_ in VP8LBitWriterFinish()
[all...]
/third_party/ninja/src/
H A Ddyndep.h29 Dyndeps() : used_(false), restat_(false) {} in Dyndeps()
30 bool used_; member
H A Ddyndep.cc60 ddi->second.used_ = true; in LoadDyndeps()
70 if (!oe->second.used_) { in LoadDyndeps()
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h389 void SetUsed() { used_ = true; } in SetUsed()
390 bool IsUsed() const { return used_; } in IsUsed()
398 used_(false) { in Macro()
405 bool used_; member in v8::internal::torque::Macro
H A Dimplementation-visitor.h266 used_(false), in Binding()
277 if (!used_ && !SkipLintCheck()) { in ~Binding()
300 bool Used() const { return used_; } in Used()
301 void SetUsed() { used_ = true; } in SetUsed()
315 bool used_; member in v8::internal::torque::Binding
/third_party/node/src/
H A Dspawn_sync.h60 unsigned int used_ = 0; member in node::SyncProcessOutputBuffer
H A Dspawn_sync.cc65 used_ += static_cast<unsigned int>(nread); in OnRead()
81 return used_; in used()
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc790 label->used_ = true; in Use()
873 if (bound_ == used_) return; in ~RawMachineLabel()
H A Draw-machine-assembler.h1140 bool used_ = false; member in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h737 BoolVector used_; member in v8::internal::compiler::final
H A Dinstruction-selector.cc64 used_(node_count, false, zone), in InstructionSelector()
413 DCHECK_LT(id, used_.size()); in IsUsed()
414 return used_[id]; in IsUsed()
420 DCHECK_LT(id, used_.size()); in MarkAsUsed()
421 used_[id] = true; in MarkAsUsed()

Completed in 19 milliseconds