Home
last modified time | relevance | path

Searched refs:skip_ (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/tracing/ftrace_test/
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/enc/
Dtree_enc.c324 VP8PutBit(bw, mb->skip_, enc->proba_.skip_proba_); in VP8CodeIntraModes()
Dfilter_enc.c176 if (it->mb_->type_ == 1 && it->mb_->skip_) return; in VP8StoreFilterStats()
Dvp8i_enc.h176 unsigned int skip_:1; member
Danalysis_enc.c338 mb->skip_ = 0; // not skipped in DefaultMBInfo()
Diterator_enc.c357 it->mb_->skip_ = skip; in VP8SetSkip()
Dframe_enc.c500 enc->block_count_[2] += (mb->skip_ != 0); in StoreSideInfo()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8i_dec.h160 uint8_t skip_; member
Dtree_dec.c305 if (dec->use_skip_proba_) block->skip_ = VP8GetBit(br, dec->skip_p_, "skip"); in ParseIntraMode()
Dvp8_dec.c609 int skip = dec->use_skip_proba_ ? block->skip_ : 0; in VP8DecodeMB()
/third_party/rust/crates/libc/
DCONTRIBUTING.md55 - Use the `skip_*()` functions in `build.rs` if you really need a workaround.
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1118 : range_(range), start_(range->Start()), end_(range->End()), skip_(skip) { in LiveRangeBound()
1131 const bool skip_; variable
Dregister-allocator.cc115 if (bound->skip_) { in FindConnectableSubranges()