Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl2239 my ($tmpoutp,$loutp,$l2outp,$tmpinp)=("x13","w14","w15","x20");
2349 stp $constnumx,$tmpinp,[sp,#-64]!
2866 mov $tmpinp,$inp
2872 ldrb $loutp,[$tmpinp,$tailcnt]
2907 ldp $constnumx,$tmpinp,[sp],#64
2917 my ($tmpoutp,$loutp,$l2outp,$tmpinp)=("x13","w14","w15","x20");
3024 stp $constnumx,$tmpinp,[sp,#-64]!
3585 mov $tmpinp,$inp
3593 ldrb $loutp,[$tmpinp,$tailcnt]
3628 ldp $constnumx,$tmpinp,[sp],#64
/freebsd/sys/netinet/
H A Din_pcb.c710 struct inpcb *tmpinp; in in_pcb_lport_dest() local
777 tmpinp = NULL; in in_pcb_lport_dest()
796 tmpinp = in_pcblookup_hash_locked(pcbinfo, in in_pcb_lport_dest()
803 tmpinp = in6_pcblookup_hash_locked(pcbinfo, in in_pcb_lport_dest()
811 tmpinp = in6_pcblookup_local(pcbinfo, in in_pcb_lport_dest()
814 if (tmpinp == NULL && in in_pcb_lport_dest()
816 tmpinp = in_pcblookup_local(pcbinfo, in in_pcb_lport_dest()
825 tmpinp = in_pcblookup_local(pcbinfo, laddr, in in_pcb_lport_dest()
829 } while (tmpinp != NULL); in in_pcb_lport_dest()