Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/tracing/ftrace_test/
H A Dftrace_stress_test.sh43 eval skip_$target=1
46 eval skip_$target=0
56 local skip_var=skip_$1
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dtree_dec.c305 if (dec->use_skip_proba_) block->skip_ = VP8GetBit(br, dec->skip_p_, "skip"); in ParseIntraMode()
H A Dvp8i_dec.h160 uint8_t skip_; member
H A Dvp8_dec.c609 int skip = dec->use_skip_proba_ ? block->skip_ : 0; in VP8DecodeMB()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dtree_enc.c324 VP8PutBit(bw, mb->skip_, enc->proba_.skip_proba_); in VP8CodeIntraModes()
H A Dfilter_enc.c176 if (it->mb_->type_ == 1 && it->mb_->skip_) return; in VP8StoreFilterStats()
H A Dvp8i_enc.h176 unsigned int skip_:1; member
H A Danalysis_enc.c338 mb->skip_ = 0; // not skipped in DefaultMBInfo()
H A Diterator_enc.c357 it->mb_->skip_ = skip; in VP8SetSkip()
H A Dframe_enc.c500 enc->block_count_[2] += (mb->skip_ != 0); in StoreSideInfo()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h1118 : range_(range), start_(range->Start()), end_(range->End()), skip_(skip) { in LiveRangeBound()
1131 const bool skip_; member in v8::internal::compiler::RegisterAllocationFlag::LiveRange::LiveRangeBound
H A Dregister-allocator.cc115 if (bound->skip_) { in FindConnectableSubranges()

Completed in 21 milliseconds