/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/ |
D | hisi_ipc.c | 54 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/ |
D | diff.cpp | 264 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/ |
D | diff.cpp | 284 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/ |
D | diff.cpp | 264 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/ |
D | FAQ2HTML.sh | 37 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/ |
D | functionalize_cond.cc | 588 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/ |
D | wgc_capturer_win_unittest.cc | 180 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/ |
D | operation_selector.cc | 161 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/ |
D | handler.h | 254 struct sockaddr *src_id; member
|
D | pfkey.c | 858 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;
|
D | handler.c | 664 if (iph2->src_id) { 665 racoon_free(iph2->src_id); 666 iph2->src_id = NULL;
|
D | isakmp_quick.c | 1925 if (iph2->src_id || iph2->dst_id) { 2032 iph2->src_id = dupsaddr((struct sockaddr *)&spidx.dst); 2033 if (iph2->src_id == NULL) {
|
D | isakmp.c | 3482 iph2->src_id = 3484 if (iph2->src_id == NULL) {
|
/external/AFLplusplus/src/ |
D | afl-fuzz-init.c | 1292 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/ |
D | op_builder.cc | 364 op_node_.inputs.back().src_id = id.first; in Build()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | inference_context.cc | 704 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/ |
D | inference_context.cc | 832 for (auto& src_id : nodes_[i].inputs) { in Profile() local 833 read_size += GetTensor(src_id)->GetMemorySizeInBytes(); in Profile()
|
/external/libbpf/src/ |
D | linker.c | 1734 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/ |
D | huawei-p9-lite.log | 3905 …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****…
|
D | huawei-mate-9.log | 1605 …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****…
|
D | huawei-mate-8.log | 1451 …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/ |
D | vmlinux_510.h | 84222 kid_t src_id; member
|
D | vmlinux.h | 84222 kid_t src_id; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 50689 kid_t src_id; member
|
D | vmlinux_510.h | 50689 kid_t src_id; member
|