Searched refs:tmpinp (Results 1 – 2 of 2) sorted by relevance
| /src/sys/netinet/ |
| H A D | in_pcb.c | 761 struct inpcb *tmpinp; in in_pcb_lport_dest() local 828 tmpinp = NULL; in in_pcb_lport_dest() 846 tmpinp = in_pcblookup_hash_locked(pcbinfo, in in_pcb_lport_dest() 853 tmpinp = in6_pcblookup_hash_locked(pcbinfo, in in_pcb_lport_dest() 861 tmpinp = in6_pcblookup_local(pcbinfo, in in_pcb_lport_dest() 865 if (tmpinp == NULL && in in_pcb_lport_dest() 867 tmpinp = in_pcblookup_local(pcbinfo, in in_pcb_lport_dest() 877 tmpinp = in_pcblookup_local(pcbinfo, laddr, in in_pcb_lport_dest() 881 } while (tmpinp != NULL); in in_pcb_lport_dest()
|
| /src/crypto/openssl/crypto/aes/asm/ |
| H A D | aesv8-armx.pl | 3004 my ($tmpoutp,$loutp,$l2outp,$tmpinp)=("x13","w14","w15","x20"); 3114 stp $constnumx,$tmpinp,[sp,#-64]! 3631 mov $tmpinp,$inp 3637 ldrb $loutp,[$tmpinp,$tailcnt] 3672 ldp $constnumx,$tmpinp,[sp],#64 3682 my ($tmpoutp,$loutp,$l2outp,$tmpinp)=("x13","w14","w15","x20"); 3789 stp $constnumx,$tmpinp,[sp,#-64]! 4350 mov $tmpinp,$inp 4358 ldrb $loutp,[$tmpinp,$tailcnt] 4393 ldp $constnumx,$tmpinp,[sp],#64
|