Home
last modified time | relevance | path

Searched refs:src_copy (Results 1 – 12 of 12) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/test/src/string/
Dmemchr_test.cpp81 const char *src_copy = reinterpret_cast<const char *>(src); in TEST() local
84 ASSERT_STREQ(reinterpret_cast<const char *>(src), src_copy); in TEST()
87 ASSERT_STREQ(reinterpret_cast<const char *>(src), src_copy); in TEST()
/external/llvm-libc/test/src/string/
Dmemchr_test.cpp81 const char *src_copy = reinterpret_cast<const char *>(src); in TEST() local
84 ASSERT_STREQ(reinterpret_cast<const char *>(src), src_copy); in TEST()
87 ASSERT_STREQ(reinterpret_cast<const char *>(src), src_copy); in TEST()
/external/cronet/stable/third_party/llvm-libc/src/test/src/string/
Dmemchr_test.cpp81 const char *src_copy = reinterpret_cast<const char *>(src); in TEST() local
84 ASSERT_STREQ(reinterpret_cast<const char *>(src), src_copy); in TEST()
87 ASSERT_STREQ(reinterpret_cast<const char *>(src), src_copy); in TEST()
/external/trusty/arm-trusted-firmware/drivers/st/usb/
Dstm32mp1_usb.c417 uint32_t src_copy = 0U; in usb_dwc2_write_packet() local
422 src_copy += (*(src + j)) << (8U * j); in usb_dwc2_write_packet()
425 mmio_write_32(reg_offset, src_copy); in usb_dwc2_write_packet()
/external/arm-trusted-firmware/drivers/st/usb/
Dstm32mp1_usb.c416 uint32_t src_copy = 0U; in usb_dwc2_write_packet() local
421 src_copy += (*(src + j)) << (8U * j); in usb_dwc2_write_packet()
424 mmio_write_32(reg_offset, src_copy); in usb_dwc2_write_packet()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc455 Node* src_copy = cond_arg_node.branch_copy[branch_index]; in BuildArgumentNodes() local
468 bodies_[branch_index]->AddEdge(src_copy, 0, dst_copy, dst_input); in BuildArgumentNodes()
699 Node* src_copy = node_map.at(e->src()->id()); in ExtractBodies() local
707 if (src_copy != nullptr) output->AddControlEdge(src_copy, dst_copy); in ExtractBodies()
709 output->AddEdge(src_copy, src_output, dst_copy, e->dst_input()); in ExtractBodies()
Dfunctionalize_while.cc98 Node* src_copy = (*node_map)[e->src()->id()]; in CopySubgraph() local
103 output->AddEdge(src_copy, src_output, dst_copy, e->dst_input()); in CopySubgraph()
/external/tensorflow/tensorflow/core/common_runtime/
Dinline_function_utils.cc682 Node* src_copy = node_map[e->src()->id()]; in InlineFunctionBody() local
684 g->AddEdge(src_copy, e->src_output(), dst_copy, e->dst_input()); in InlineFunctionBody()
Dfunction.cc1457 Node* src_copy = node_map[e->src()->id()]; in Copy() local
1459 dst->AddEdge(src_copy, e->src_output(), dst_copy, e->dst_input()); in Copy()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c162 struct vtn_value src_copy = *src; in vtn_copy_value() local
163 src_copy.name = dst->name; in vtn_copy_value()
164 src_copy.decoration = dst->decoration; in vtn_copy_value()
165 src_copy.type = dst->type; in vtn_copy_value()
166 *dst = src_copy; in vtn_copy_value()
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc482 Node* src_copy = node_map[e->src()]; in Copy() local
484 AddEdge(src_copy, e->src_output(), dst_copy, e->dst_input()); in Copy()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc2233 LogicVRegister src_copy = src; in extractnarrow() local
2243 int64_t ssrc = src_copy.Int(srcform, i); in extractnarrow()
2244 uint64_t usrc = src_copy.Uint(srcform, i); in extractnarrow()