Home
last modified time | relevance | path

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

12

/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
Dhisi_ipc.c54 enum src_id { enum
80 hisi_ipc_clear_ack(enum src_id source, enum lpm3_mbox_id mbox) in hisi_ipc_clear_ack()
94 hisi_ipc_send_cmd_with_ack(enum src_id source, enum lpm3_mbox_id mbox, in hisi_ipc_send_cmd_with_ack()
138 enum src_id source = SRC_IDLE; in hisi_ipc_pm_on_off()
152 enum src_id source = SRC_IDLE; in hisi_ipc_pm_suspend()
169 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_off()
183 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_reset()
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp264 for (uint32_t src_id = 1; src_id < src_->IdBound(); ++src_id) { in DumpIdMap() local
265 uint32_t dst_id = id_map_.MappedDstId(src_id); in DumpIdMap()
266 if (src_id_to_.inst_map_[src_id] != nullptr && dst_id != 0) in DumpIdMap()
267 out_ << std::setw(4) << src_id << " -> " << std::setw(4) << dst_id in DumpIdMap()
268 << " [" << spvOpcodeString(src_id_to_.inst_map_[src_id]->opcode()) in DumpIdMap()
342 bool DoIdsMatch(uint32_t src_id, uint32_t dst_id);
351 bool DoIdsMatchFuzzy(uint32_t src_id, uint32_t dst_id);
356 bool AreIdenticalUintConstants(uint32_t src_id, uint32_t dst_id);
359 bool AreVariablesMatchable(uint32_t src_id, uint32_t dst_id,
513 for (uint32_t src_id = 1; src_id < src_id_bound; ++src_id) { in MapUnmatchedIds() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.cpp284 for (uint32_t src_id = 1; src_id < src_->IdBound(); ++src_id) { in DumpIdMap() local
285 uint32_t dst_id = id_map_.MappedDstId(src_id); in DumpIdMap()
286 if (src_id_to_.inst_map_[src_id] != nullptr && dst_id != 0) in DumpIdMap()
287 out_ << std::setw(4) << src_id << " -> " << std::setw(4) << dst_id in DumpIdMap()
288 << " [" << spvOpcodeString(src_id_to_.inst_map_[src_id]->opcode()) in DumpIdMap()
415 bool DoIdsMatch(uint32_t src_id, uint32_t dst_id);
424 bool DoIdsMatchFuzzy(uint32_t src_id, uint32_t dst_id);
429 bool AreIdenticalUintConstants(uint32_t src_id, uint32_t dst_id);
432 bool AreVariablesMatchable(uint32_t src_id, uint32_t dst_id,
586 for (uint32_t src_id = 1; src_id < src_id_bound; ++src_id) { in MapUnmatchedIds() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp264 for (uint32_t src_id = 1; src_id < src_->IdBound(); ++src_id) { in DumpIdMap() local
265 uint32_t dst_id = id_map_.MappedDstId(src_id); in DumpIdMap()
266 if (src_id_to_.inst_map_[src_id] != nullptr && dst_id != 0) in DumpIdMap()
267 out_ << std::setw(4) << src_id << " -> " << std::setw(4) << dst_id in DumpIdMap()
268 << " [" << spvOpcodeString(src_id_to_.inst_map_[src_id]->opcode()) in DumpIdMap()
342 bool DoIdsMatch(uint32_t src_id, uint32_t dst_id);
351 bool DoIdsMatchFuzzy(uint32_t src_id, uint32_t dst_id);
356 bool AreIdenticalUintConstants(uint32_t src_id, uint32_t dst_id);
359 bool AreVariablesMatchable(uint32_t src_id, uint32_t dst_id,
514 for (uint32_t src_id = 1; src_id < src_id_bound; ++src_id) { in MapUnmatchedIds() local
[all …]
/external/mksh/src/
DFAQ2HTML.sh37 src_id=$(sed $p -n '/^RCSID: /s///p' "$srcdir"/mksh.faq)
39 case $src_id in
68 <meta name="source" content="$src_id" />
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc588 auto src_id = state_map_->LookupCondId(src); in ExtractBodies() local
589 if (dst_id != src_id) { in ExtractBodies()
604 DebugString(src_id), " vs ", DebugString(dst_id), in ExtractBodies()
636 auto src_id = state_map_->LookupCondId(src); in ExtractBodies() local
638 if (IsMerge(dst) || src_id == dst_id) { in ExtractBodies()
653 if (!state_map_->IsEmpty(src_id) && !state_map_->IsEmpty(dst_id)) { in ExtractBodies()
656 src_id->begin(), src_id->end(), dst_id->begin(), dst_id->end(), in ExtractBodies()
661 auto src_branch = src_id->find(diff[0].first); in ExtractBodies()
662 if (src_branch != src_id->end() && in ExtractBodies()
685 if (state_map_->GetCondId(state) == src_id) { in ExtractBodies()
[all …]
/external/webrtc/modules/desktop_capture/win/
Dwgc_capturer_win_unittest.cc180 intptr_t src_id = 0; in GetTestWindowIdFromSourceList() local
191 src_id = it->id; in GetTestWindowIdFromSourceList()
192 } while (src_id != reinterpret_cast<intptr_t>(window_info_.hwnd)); in GetTestWindowIdFromSourceList()
194 return src_id; in GetTestWindowIdFromSourceList()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc161 const BHWC& dst_shape, int src_id, int weights_id, in AddDynamicConv() argument
202 conv_op.input_ids = {src_id}; in AddDynamicConv()
328 int src_id = static_cast<int>(inputs[0]->id); in GPUOperationFromNodePart0() local
345 src_id = gpu_subgraph->AddTensor(hwc_input_shape, hwc_input_desc); in GPUOperationFromNodePart0()
357 reshape_input_op.output_ids = {src_id}; in GPUOperationFromNodePart0()
363 dst_shape, src_id, inputs[1]->id, dst_id, gpu_subgraph)); in GPUOperationFromNodePart0()
/external/ipsec-tools/src/racoon/
Dhandler.h254 struct sockaddr *src_id; member
Dpfkey.c858 if (proxy && iph2->src_id && iph2->dst_id &&
860 src = iph2->src_id;
1052 if (proxy && iph2->src_id && iph2->dst_id &&
1054 sa_args.dst = iph2->src_id;
1339 if (proxy && iph2->src_id && iph2->dst_id &&
1341 sa_args.src = iph2->src_id;
Dhandler.c664 if (iph2->src_id) {
665 racoon_free(iph2->src_id);
666 iph2->src_id = NULL;
Disakmp_quick.c1925 if (iph2->src_id || iph2->dst_id) {
2032 iph2->src_id = dupsaddr((struct sockaddr *)&spidx.dst);
2033 if (iph2->src_id == NULL) {
Disakmp.c3482 iph2->src_id =
3484 if (iph2->src_id == NULL) {
/external/AFLplusplus/src/
Dafl-fuzz-init.c1292 u32 src_id; local
1302 if (src_str && sscanf(src_str + 1, "%06u", &src_id) == 1) {
1304 if (src_id < afl->queued_items) {
1306 struct queue_entry *s = afl->queue_buf[src_id];
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.cc364 op_node_.inputs.back().src_id = id.first; in Build()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc704 for (auto& src_id : nodes_[k].inputs) { in Profile() local
705 read_size += GetTensor(src_id)->GetMemorySizeInBytes(); in Profile()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc832 for (auto& src_id : nodes_[i].inputs) { in Profile() local
833 read_size += GetTensor(src_id)->GetMemorySizeInBytes(); in Profile()
/external/libbpf/src/
Dlinker.c1734 struct btf *src_btf, int src_id) in complete_extern_btf_info() argument
1737 struct btf_type *src_t = btf_type_by_id(src_btf, src_id); in complete_extern_btf_info()
/external/cpuinfo/test/dmesg/
Dhuawei-p9-lite.log3905 …u4,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 1 dst_id = 4****…
3906 …u4,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 0 dst_id = 4****…
3907 …u4,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 4 dst_id = 1****…
3908 …u4,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 4 dst_id = 0****…
Dhuawei-mate-9.log1605 …u6,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 1 dst_id = 4****…
1606 …u6,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 0 dst_id = 4****…
1607 …u6,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 4 dst_id = 1****…
1608 …u6,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 4 dst_id = 0****…
Dhuawei-mate-8.log1451 …u7,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 1 dst_id = 4****…
1452 …u7,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 0 dst_id = 4****…
1453 …u7,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 4 dst_id = 1****…
1454 …u7,swapper/0]******************func = mailbox_init_all_handle line = 872 src_id = 4 dst_id = 0****…
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h84222 kid_t src_id; member
Dvmlinux.h84222 kid_t src_id; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h50689 kid_t src_id; member
Dvmlinux_510.h50689 kid_t src_id; member

12