Home
last modified time | relevance | path

Searched refs:src_ (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dcast_eliminate.cc49 auto src_type = src_->Type(); in operator ()()
68 …node->func_graph()->NewCNode({NewValueNode(prim::kPrimDepend), src_, node->cast<CNodePtr>()->input… in operator ()()
75 return src_; in operator ()()
82 if (src_ == nullptr) { in Visit()
83 src_ = node; in Visit()
Dcast_eliminate.h33 src_ = nullptr; in Reset()
38 AnfNodePtr src_{nullptr}, tgt_{nullptr};
/third_party/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h116 (*fn1_)(src_,srcLen_,*ubulk_); in call()
122 (*fn1_)(src_,-1,*ubulk_); in call()
148 src_ = NULL; in StringPerfFunction()
172 src_ = NULL; in StringPerfFunction()
195 src_ = new UChar[sourceLen]; in StringPerfFunction()
196 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR); in StringPerfFunction()
204 ubulk_=new UnicodeString(src_,srcLen_); in StringPerfFunction()
217 src_ = new UChar[sourceLen]; in StringPerfFunction()
218 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR); in StringPerfFunction()
235 delete[] src_; in ~StringPerfFunction()
[all …]
/third_party/boost/boost/gil/
Dpremultiply.hpp24 : src_(src), dst_(dst) in channel_premultiply()
33 … get_color(dst_, Channel()) = channel_multiply(get_color(src_,Channel()), alpha_or_max(src_)); in operator ()()
35 SrcP const & src_; member
/third_party/boost/boost/iostreams/
Dcombine.hpp73 Source src_; member in boost::iostreams::detail::combined_device
205 : src_(src), sink_(snk) { } in combined_device()
210 { return iostreams::read(src_, s, n); } in read()
222 detail::close_all(src_); in close()
231 iostreams::imbue(src_, loc); in imbue()
Dcopy.hpp154 : src_(src), snk_(snk), buffer_size_(buffer_size) in copy_operation()
158 return copy_impl( src_, snk_, buffer_size_, in operator ()()
163 Source& src_; member in boost::iostreams::detail::copy_operation
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/rts/
Dmemcpy_rts_dynamic_kernel.h29 … : DynamicKernel(stream, cnode_ptr), dst_(dst), dest_max_(dest_max), src_(src), count_(count) {} in MemcpyRtsDynamicKernel()
39 void *src_; variable
Dmemcpy_rts_dynamic_kernel.cc25 auto status = rtMemcpyAsync(dst_, dest_max_, src_, count_, RT_MEMCPY_DEVICE_TO_DEVICE, stream_); in Execute()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_dec_utils.c49 uint8_t* src_; // input pointer member
82 const uint8_t* src = p->src_; in VFilter()
104 p->src_ += p->stride_; in VFilter()
186 const uint8_t* data = p->src_; in CountLevels()
242 p->src_ = data; in InitParams()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_dec_utils.c49 uint8_t* src_; // input pointer member
82 const uint8_t* src = p->src_; in VFilter()
104 p->src_ += p->stride_; in VFilter()
186 const uint8_t* data = p->src_; in CountLevels()
242 p->src_ = data; in InitParams()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dstring_token.hpp394 void merge (string &src_, string &dest_) in merge()
396 string tmp_ (src_.size () + dest_.size (), 0); in merge()
398 std::merge (src_.begin (), src_.end (), dest_.begin (), dest_.end (), in merge()
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dfunctor.hpp85 : dst_(dst), src_(src) {} in assign_on_exit()
89 dst_ = src_; in ~assign_on_exit()
93 T const& src_; member
/third_party/boost/boost/msm/front/
Dfunctor_row.hpp315 evt_(evt),fsm_(fsm),src_(src),tgt_(tgt){} in Call2()
319 FCT()(evt_,fsm_,src_,tgt_); in operator ()()
324 SourceState& src_; member
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dtask_info.h307 src_(src), in MemcpyAsyncTaskInfo()
314 void *src() const { return src_; } in src()
321 void *src_; variable
/third_party/boost/boost/iostreams/filter/
Dgzip.hpp571 : src_(src), putback_(putback), offset_(0) in peekable_source()
591 boost::iostreams::read(src_, s + result, n - result); in read()
623 Source& src_; member
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dfusion_eltwise.cc207 auto *src_ = static_cast<SrcT *>(src); in CopyNumber() local
209 dst_[i] = static_cast<DstT>(src_[i]); in CopyNumber()
/third_party/boost/boost/graph/
Dpush_relabel_max_flow.hpp126 vertex_descriptor src_, vertex_descriptor sink_, VertexIndexMap idx) in push_relabel() argument
130 , src(src_) in push_relabel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp84 TestConfig (const ImageConfig& src_, in TestConfig()
86 : src (src_) in TestConfig()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp135 BlendFunc (deUint32 src_, deUint32 dst_) in BlendFunc()
136 : src (src_) in BlendFunc()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.c636 static const struct SrcFuncs G_PASTE (src_,name) = { \
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt643 "src%d" to "src%u" or "src_%u" or similar, since we don't want to see
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp12952 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ = {}, in CopyAccelerationStructureInfoKHR()
12956 : src( src_ )
12985 …CopyAccelerationStructureInfoKHR & setSrc( VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ ) V… in setSrc()
12987 src = src_; in setSrc()
13062 …lerationStructureToMemoryInfoKHR( VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ = {}, in CopyAccelerationStructureToMemoryInfoKHR()
13067 : src( src_ )
13100 setSrc( VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ ) VULKAN_HPP_NOEXCEPT in setSrc()
13102 src = src_; in setSrc()
14113 …ryToAccelerationStructureInfoKHR( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR src_ = {}, in CopyMemoryToAccelerationStructureInfoKHR()
14118 : src( src_ )
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13380 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ = {}, in CopyAccelerationStructureInfoKHR()
13384 : src( src_ )
13414 … setSrc( VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ ) VULKAN_HPP_NOEXCEPT in setSrc()
13416 src = src_; in setSrc()
13493 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ = {}, in CopyAccelerationStructureToMemoryInfoKHR()
13497 : src( src_ )
13531 … setSrc( VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ ) VULKAN_HPP_NOEXCEPT in setSrc()
13533 src = src_; in setSrc()
14560 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR src_ = {}, in CopyMemoryToAccelerationStructureInfoKHR()
14564 : src( src_ )
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog154803 …ext/ogg/gstoggdemux.c: Change the pad template to src_%d to match the pads that are created from i…
154806 Change the pad template to src_%d to match the pads that
/third_party/gstreamer/gstreamer/
DChangeLog20299 This allows pad template names like "src_%u_%u", but it does not allow

12