/third_party/nghttp2/src/ |
D | shrpx_rate_limit.cc | 43 : w_(w), in RateLimit() 73 ev_io_stop(loop_, w_); in drain() 87 if (w_->fd >= 0 && avail_ > 0 && startw_req_) { in regen() 88 ev_io_start(loop_, w_); in regen() 94 if (w_->fd < 0) { in startw() 99 ev_io_start(loop_, w_); in startw() 107 ev_io_stop(loop_, w_); in stopw() 120 ev_feed_event(loop_, w_, EV_READ); in handle_tls_pending_read()
|
D | shrpx_rate_limit.h | 57 ev_io *w_; variable
|
D | shrpx_worker.cc | 148 ev_async_init(&w_, eventcb); 149 w_.data = this; 150 ev_async_start(loop_, &w_); 371 ev_async_stop(loop_, &w_); in ~Worker() 406 ev_async_send(loop_, &w_); in send()
|
/third_party/boost/tools/boost_install/test/atomic/ |
D | quick.cpp | 16 int w_; member 18 X(): u_( 0 ), v_( 0 ), w_( 0 ) in X() 22 X( int u, int v, int w ): u_( u ), v_( v ), w_( w ) in X() 36 BOOST_TEST_EQ( x1.w_, 3 ); in main() 42 BOOST_TEST_EQ( x2.w_, 6 ); in main()
|
/third_party/boost/boost/math/interpolators/detail/ |
D | vector_barycentric_rational_detail.hpp | 32 Real weight(size_t i) const { return w_[i]; } in weight() 40 TimeContainer w_; member in boost::math::detail::vector_barycentric_rational_imp 66 w_.resize(n, Real(0)); in calculate_weights() 91 w_[k] += 1/inv_product; in calculate_weights() 95 w_[k] -= 1/inv_product; in calculate_weights() 119 Real x = w_[i]/(t - t_[i]); in operator ()() 163 sum[k] += w_[j]*(y_[i][k] - y_[j][k])/(t_[i] - t_[j]); in eval_with_prime() 168 dxdt[k] = -sum[k]/w_[i]; in eval_with_prime() 172 Real tw = w_[i]/(t - t_[i]); in eval_with_prime()
|
/third_party/node/src/ |
D | node_worker.cc | 130 : w_(w) { in WorkerThreadData() 176 w_->platform_, in WorkerThreadData() 179 if (w_->per_isolate_opts_) in WorkerThreadData() 180 isolate_data_->set_options(std::move(w_->per_isolate_opts_)); in WorkerThreadData() 181 isolate_data_->set_worker_context(w_); in WorkerThreadData() 186 Mutex::ScopedLock lock(w_->mutex_); in WorkerThreadData() 187 w_->isolate_ = isolate; in WorkerThreadData() 191 Debug(w_, "Worker %llu dispose isolate", w_->thread_id_.id); in ~WorkerThreadData() 194 Mutex::ScopedLock lock(w_->mutex_); in ~WorkerThreadData() 195 isolate = w_->isolate_; in ~WorkerThreadData() [all …]
|
/third_party/boost/boost/beast/zlib/detail/ |
D | inflate_stream.hpp | 65 w_.reset(15); in inflate_stream() 83 doReset(w_.bits()); in doReset() 214 window w_; member in boost::beast::zlib::detail::inflate_stream
|
D | inflate_stream.ipp | 62 w_.reset(windowBits); 102 w_.write(r.out.first, r.out.used()); 482 if(offset > w_.size()) 486 w_.read(r.out.next, offset, n); 1054 if(op > w_.size()) 1061 w_.read(r.out.next, op, n);
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | inflate_stream.hpp | 65 w_.reset(15); in inflate_stream() 83 doReset(w_.bits()); in doReset() 214 window w_; member in boost::beast::zlib::detail::inflate_stream
|
D | inflate_stream.ipp | 62 w_.reset(windowBits); 102 w_.write(r.out.first, r.out.used()); 482 if(offset > w_.size()) 486 w_.read(r.out.next, offset, n); 1054 if(op > w_.size()) 1061 w_.read(r.out.next, op, n);
|
/third_party/ffmpeg/libavfilter/ |
D | boxblur.c | 114 #define CHECK_RADIUS_VAL(w_, h_, comp) \ in ff_boxblur_eval_filter_params() argument 116 2*comp->radius > FFMIN(w_, h_)) { \ in ff_boxblur_eval_filter_params() 119 comp->radius, FFMIN(w_, h_)/2); \ in ff_boxblur_eval_filter_params()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/ |
D | matmul_biasadd_fusion.h | 29 w_ = std::make_shared<Var>(); 39 VarPtr w_; variable
|
D | matmul_biasadd_fusion.cc | 56 VectorRef load_w = VectorRef({prim::kPrimLoad, w_, u_}); in DefinePattern() 69 auto w_input = utils::cast<AnfNodePtr>((*equiv)[w_]); in Process()
|
/third_party/boost/libs/graph/example/ |
D | remove_edge_if_bidir.cpp | 49 has_weight_greater_than(int w_, Graph& g_) : w(w_), g(g_) {} in has_weight_greater_than()
|
D | remove_edge_if_undir.cpp | 48 has_weight_greater_than(int w_, Graph& g_) : w(w_), g(g_) {} in has_weight_greater_than()
|
/third_party/mindspore/mindspore/lite/examples/unified_api/src/ |
D | net_runner.cc | 160 w_ = nhwc_input_dims.at(kNCHWCDim); in InitAndFigureInputs() 166 Resize resize({h_, w_}); in CalculateAccuracy() 183 Resize resize({h_, w_}); in InitDB()
|
D | net_runner.h | 64 int w_ = 32; variable
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
D | main.go | 147 …reExpectEq = regexp.MustCompile(`([./\\\w_\-:]*):(\d+).*\nExpected equality of these values:\n(?:.… 149 …reExpectHasSubstr = regexp.MustCompile(`([./\\\w_\-:]*):(\d+).*\nValue of: .*\nExpected: has subst…
|
/third_party/mindspore/mindspore/lite/examples/train_lenet/src/ |
D | net_runner.cc | 174 w_ = nhwc_input_dims.at(kNCHWCDim); in InitAndFigureInputs() 180 Resize resize({h_, w_}); in CalculateAccuracy() 199 Resize resize({h_, w_}); in InitDB()
|
D | net_runner.h | 65 int w_ = 32; variable
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | sparse_to_dense.h | 54 cl_int w_{1};
|
D | sparse_to_dense.cc | 142 cl_int2 input_shape = {n_ * h_, w_ * UP_DIV(c_, C4NUM)}; in SetConstArgs() 171 size_t OW = w_ * UP_DIV(c_, C4NUM); in SetGlobalLocal()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelPipeline.cpp | 1649 w_ = Float4(0.0f); in TEXDP3TEX() 1651 dst = sampleTexture(stage, u_, v_, w_, w_); in TEXDP3TEX() 1792 w_ = Float4(0.0f); in TEXM3X2TEX() 1794 dst = sampleTexture(stage, u_, v_, w_, w_); in TEXM3X2TEX() 1803 dst.z = RoundShort4(w_ * Float4(0x1000)); in TEXM3X3() 1826 case 2: w_ = x; break; in TEXM3X3PAD() 1849 w__ = w_ * E[2]; in TEXM3X3SPEC() 1856 w__ *= w_; in TEXM3X3SPEC() 1859 w_ *= w_; in TEXM3X3SPEC() 1860 u_ += v_ + w_; in TEXM3X3SPEC() [all …]
|
D | PixelPipeline.hpp | 52 Float4 w_; // FIXME member in sw::PixelPipeline
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVector.hpp | 109 Vector (T x_, T y_, T z_, T w_); 205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() argument 211 m_data[3] = w_; in Vector()
|