/external/tcpdump/ |
D | print-tipc.c | 117 uint32_t dest_node; member 131 uint32_t dest_node; member 173 u_int dest_node; in print_payload() local 194 ND_TCHECK(ap->dest_node); in print_payload() 196 dest_node = EXTRACT_32BITS(&ap->dest_node); in print_payload() 201 TIPC_ZONE(dest_node), TIPC_CLUSTER(dest_node), TIPC_NODE(dest_node), in print_payload() 240 u_int dest_node; in print_internal() local 245 ND_TCHECK(ap->dest_node); in print_internal() 253 dest_node = EXTRACT_32BITS(&ap->dest_node); in print_internal() 257 TIPC_ZONE(dest_node), TIPC_CLUSTER(dest_node), TIPC_NODE(dest_node), in print_internal()
|
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/ |
D | graphcycles.h | 76 bool InsertEdge(int32 source_node, int32 dest_node); 79 void RemoveEdge(int32 source_node, int32 dest_node); 82 bool HasEdge(int32 source_node, int32 dest_node) const; 95 bool IsReachable(int32 source_node, int32 dest_node) const; 98 bool IsReachableNonConst(int32 source_node, int32 dest_node);
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 83 bool InsertEdge(GraphId source_node, GraphId dest_node); 86 void RemoveEdge(GraphId source_node, GraphId dest_node); 92 bool HasEdge(GraphId source_node, GraphId dest_node) const; 96 bool IsReachable(GraphId source_node, GraphId dest_node) const;
|
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 83 bool InsertEdge(GraphId source_node, GraphId dest_node); 86 void RemoveEdge(GraphId source_node, GraphId dest_node); 92 bool HasEdge(GraphId source_node, GraphId dest_node) const; 96 bool IsReachable(GraphId source_node, GraphId dest_node) const;
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 83 bool InsertEdge(GraphId source_node, GraphId dest_node); 86 void RemoveEdge(GraphId source_node, GraphId dest_node); 92 bool HasEdge(GraphId source_node, GraphId dest_node) const; 96 bool IsReachable(GraphId source_node, GraphId dest_node) const;
|
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
D | graphcycles.h | 83 bool InsertEdge(GraphId source_node, GraphId dest_node); 86 void RemoveEdge(GraphId source_node, GraphId dest_node); 92 bool HasEdge(GraphId source_node, GraphId dest_node) const; 96 bool IsReachable(GraphId source_node, GraphId dest_node) const;
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 83 bool InsertEdge(GraphId source_node, GraphId dest_node); 86 void RemoveEdge(GraphId source_node, GraphId dest_node); 92 bool HasEdge(GraphId source_node, GraphId dest_node) const; 96 bool IsReachable(GraphId source_node, GraphId dest_node) const;
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 83 bool InsertEdge(GraphId source_node, GraphId dest_node); 86 void RemoveEdge(GraphId source_node, GraphId dest_node); 92 bool HasEdge(GraphId source_node, GraphId dest_node) const; 96 bool IsReachable(GraphId source_node, GraphId dest_node) const;
|
/external/mesa3d/src/compiler/nir/ |
D | nir_from_ssa.c | 398 merge_node *dest_node = get_merge_node(&phi->dest.ssa, state); in coalesce_phi_nodes_block() local 403 if (src_node->set != dest_node->set) in coalesce_phi_nodes_block() 404 merge_merge_sets(dest_node->set, src_node->set); in coalesce_phi_nodes_block() 430 merge_node *dest_node = get_merge_node(&entry->dest.ssa, state); in aggressive_coalesce_parallel_copy() local 432 if (src_node->set == dest_node->set) in aggressive_coalesce_parallel_copy() 435 if (!merge_sets_interfere(src_node->set, dest_node->set)) in aggressive_coalesce_parallel_copy() 436 merge_merge_sets(src_node->set, dest_node->set); in aggressive_coalesce_parallel_copy()
|
D | nir_lower_io_to_temporaries.c | 55 foreach_two_lists(dest_node, dest_vars, src_node, src_vars) { in emit_copies() 56 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in emit_copies()
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | binder_tracker.cc | 87 int32_t dest_node, in Transaction() argument 96 auto args_inserter = [this, transaction_id, dest_node, dest_tgid, is_reply, in Transaction() 100 inserter->AddArg(dest_node_, Variadic::Integer(dest_node)); in Transaction()
|
D | binder_tracker.h | 52 int32_t dest_node,
|
D | ftrace_parser.cc | 1145 int32_t dest_node = static_cast<int32_t>(evt.target_node()); in ParseBinderTransaction() local 1154 timestamp, pid, transaction_id, dest_node, dest_tgid, dest_tid, is_reply, in ParseBinderTransaction()
|
/external/perfetto/src/trace_processor/importers/systrace/ |
D | systrace_line_parser.cc | 131 auto dest_node = base::StringToInt32(args["dest_node"]); in ParseLine() local 149 if (!dest_node.has_value()) { in ParseLine() 153 line.ts, line.pid, id.value(), dest_node.value(), dest_tgid.value(), in ParseLine()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/binder/binder_transaction/ |
D | format | 17 print fmt: "transaction=%d dest_node=%d dest_proc=%d dest_thread=%d reply=%d flags=0x%x code=0x%x",…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/binder/binder_transaction/ |
D | format | 17 print fmt: "transaction=%d dest_node=%d dest_proc=%d dest_thread=%d reply=%d flags=0x%x code=0x%x",…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/binder/binder_transaction/ |
D | format | 17 print fmt: "transaction=%d dest_node=%d dest_proc=%d dest_thread=%d reply=%d flags=0x%x code=0x%x",…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/binder/binder_transaction/ |
D | format | 18 print fmt: "transaction=%d dest_node=%d dest_proc=%d dest_thread=%d reply=%d flags=0x%x code=0x%x",…
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_tess.c | 863 foreach_two_lists(dest_node, &state->emit_outputs, src_node, &state->old_outputs) { in lower_gs_block() 864 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in lower_gs_block() 983 foreach_two_lists(dest_node, &state.new_outputs, src_node, &state.emit_outputs) { in ir3_nir_lower_gs() 984 nir_variable *dest = exec_node_data(nir_variable, dest_node, node); in ir3_nir_lower_gs()
|
/external/e2fsprogs/lib/ext2fs/ |
D | blkmap64_rb.c | 244 struct rb_node *dest_node, *src_node, *dest_last, **n; in rb_copy_bmap() local 266 dest_node = &dest_ext->node; in rb_copy_bmap() 275 ext2fs_rb_link_node(dest_node, dest_last, n); in rb_copy_bmap() 276 ext2fs_rb_insert_color(dest_node, &dest_bp->root); in rb_copy_bmap()
|