Home
last modified time | relevance | path

Searched refs:ttemp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_subr.c2922 struct tcphdr *th, ttemp; in tcp_ctlinput_viaudp() local
2942 memcpy(&ttemp, th, sizeof(struct tcphdr)); in tcp_ctlinput_viaudp()
2943 memcpy(udp, &ttemp, sizeof(struct tcphdr)); in tcp_ctlinput_viaudp()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td1568 "neg.s", TypeStr, " \ttemp, $b; \n\t",