Searched refs:tmpinp (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2239 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 D | in_pcb.c | 718 struct inpcb *tmpinp; in in_pcb_lport_dest() local 785 tmpinp = NULL; in in_pcb_lport_dest() 804 tmpinp = in_pcblookup_hash_locked(pcbinfo, in in_pcb_lport_dest() 811 tmpinp = in6_pcblookup_hash_locked(pcbinfo, in in_pcb_lport_dest() 819 tmpinp = in6_pcblookup_local(pcbinfo, in in_pcb_lport_dest() 822 if (tmpinp == NULL && in in_pcb_lport_dest() 824 tmpinp = in_pcblookup_local(pcbinfo, in in_pcb_lport_dest() 833 tmpinp = in_pcblookup_local(pcbinfo, laddr, in in_pcb_lport_dest() 837 } while (tmpinp != NULL); in in_pcb_lport_dest()
|