Home
last modified time | relevance | path

Searched refs:dest_p (Results 1 – 3 of 3) sorted by relevance

/external/bcc/tests/python/
Dtest_brb.c64 bpf_dest_t *dest_p; in pem() local
82 dest_p = pem_dest.lookup(&tx_port_id); in pem()
83 if (dest_p) { in pem()
84 skb->cb[0] = dest_p->prog_id; in pem()
85 skb->cb[1] = dest_p->port_id; in pem()
86 jump.call(skb, dest_p->prog_id); in pem()
117 bpf_dest_t *dest_p; in br_common() local
206 dest_p = br1_dest.lookup(&tx_port_id); in br_common()
208 dest_p = br2_dest.lookup(&tx_port_id); in br_common()
209 if (dest_p) { in br_common()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dbuiltin-constant-p.c120 extern fn_p *dest_p;
126 assign(dest_p, src_fn); in test11()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_runtime.cc402 auto& dest_p = participants_[xla::FindOrDie( in RunCollectiveOp() local
404 std::memcpy(dest_p.destination_data.opaque(), p.source_data.opaque(), in RunCollectiveOp()