Searched refs:dst_id (Results 1 – 12 of 12) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cgroup/cgroup_attach_task/ |
D | format | 10 field:int dst_id; offset:12; size:4; signed:1; 15 print fmt: "dst_root=%d dst_id=%d cgroup=%s pid=%d comm=%s", REC->dst_root, REC->dst_id, REC->cname…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cgroup/cgroup_transfer_tasks/ |
D | format | 10 field:int dst_id; offset:12; size:4; signed:1; 15 print fmt: "dst_root=%d dst_id=%d cgroup=%s pid=%d comm=%s", REC->dst_root, REC->dst_id, REC->cname…
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.cc | 573 auto dst_id = state_map_->LookupCondId(dst); in ExtractBodies() local 575 if (dst_id != src_id) { in ExtractBodies() 590 DebugString(src_id), " vs ", DebugString(dst_id), in ExtractBodies() 615 auto dst_id = state_map_->LookupCondId(dst); in ExtractBodies() local 616 if (IsMerge(dst) || src_id == dst_id) { in ExtractBodies() 631 if (!state_map_->IsEmpty(src_id) && !state_map_->IsEmpty(dst_id)) { in ExtractBodies() 634 src_id->begin(), src_id->end(), dst_id->begin(), dst_id->end(), in ExtractBodies() 657 StateMap::CondState state = *dst_id; in ExtractBodies() 667 DebugString(src_id), " vs ", DebugString(dst_id), in ExtractBodies() 1213 StateMap::CondId dst_id = state_map_.LookupCondId(node); in RemoveRedundantSwitch() local [all …]
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | cgroup.proto | 11 optional int32 dst_id = 2; field 33 optional int32 dst_id = 2; field
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transferer.h | 131 int RegisterConstScalar(const DataType dt, const int val, const int dst_id,
|
D | graph_transferer.cc | 559 const int dst_id, in RegisterConstScalar() argument 563 CONST_VAL_PREFIX + ToString(dst_id) + '_' + ToString(dst_input_count); in RegisterConstScalar()
|
/external/ipsec-tools/src/racoon/ |
D | handler.h | 255 struct sockaddr *dst_id; member
|
D | pfkey.c | 858 if (proxy && iph2->src_id && iph2->dst_id && 861 dst = iph2->dst_id; 1052 if (proxy && iph2->src_id && iph2->dst_id && 1055 sa_args.src = iph2->dst_id; 1339 if (proxy && iph2->src_id && iph2->dst_id && 1342 sa_args.dst = iph2->dst_id;
|
D | handler.c | 668 if (iph2->dst_id) { 669 racoon_free(iph2->dst_id); 670 iph2->dst_id = NULL;
|
D | isakmp_quick.c | 1925 if (iph2->src_id || iph2->dst_id) { 2038 iph2->dst_id = dupsaddr((struct sockaddr *)&spidx.src); 2039 if (iph2->dst_id == NULL) {
|
D | isakmp.c | 3489 iph2->dst_id = 3491 if (iph2->dst_id == NULL) {
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.cc | 130 int dst_id; member 480 dst_edge->dst_id = e->dst()->id(); in InitializeNode() 2673 const int dst_id = e.dst_id; in ActivateNodes() local 2674 const NodeItem* dst_item = gview.node(dst_id); in ActivateNodes()
|