Searched refs:Np (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/md5/asm/
H A Dmd5-586.pl35 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
48 sub Np subroutine
77 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
78 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
97 &mov($tmp1,&Np($c)) if $pos < 1; # G function - part 1
98 &mov($tmp1,&Np($c)) if $pos == 1; # G function - part 1
126 &mov($tmp1,&Np(
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/md5/asm/
H A Dmd5-586.pl37 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
50 sub Np subroutine
79 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
80 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
99 &mov($tmp1,&Np($c)) if $pos < 1; # G function - part 1
100 &mov($tmp1,&Np($c)) if $pos == 1; # G function - part 1
128 &mov($tmp1,&Np(
[all...]
/netbsd-current/usr.sbin/rtadvd/
H A Dadvcap.c241 char *Np, *Bp; local
247 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
249 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ripemd/asm/
H A Drmd-586.pl82 sub Np subroutine
103 &mov($tmp1, &Np($c)); # NEXT
114 &mov($tmp1, &Np($c)) if $o <= 0;
119 &xor($tmp1, &Np($d)) if $o <= 0;
169 &sub($tmp2, &Np($c)) if $o == 1;
172 &mov($tmp1, &Np($c));
175 &xor($tmp1, &Np($d));
199 &sub($tmp1, &Np($c)) if $o <= 0; # NEXT
215 &sub($tmp2, &Np($c)) if $o <= 0; # NEXT
216 &mov($tmp1, &Np(
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ripemd/asm/
H A Drmd-586.pl81 sub Np subroutine
102 &mov($tmp1, &Np($c)); # NEXT
113 &mov($tmp1, &Np($c)) if $o <= 0;
118 &xor($tmp1, &Np($d)) if $o <= 0;
168 &sub($tmp2, &Np($c)) if $o == 1;
171 &mov($tmp1, &Np($c));
174 &xor($tmp1, &Np($d));
198 &sub($tmp1, &Np($c)) if $o <= 0; # NEXT
214 &sub($tmp2, &Np($c)) if $o <= 0; # NEXT
215 &mov($tmp1, &Np(
[all...]
/netbsd-current/sys/dev/ic/
H A Digsfb_subr.c669 igsfb_calc_pll(int target, int *Mp, int *Np, int *Pp, int maxM, int maxN, argument
707 *Np = bestN;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1043 auto Np = Vs.traverse(Ptr, Vs.subExprCtx(Ctx)); local
1044 return Vs.reduceLoad(*this, Np);
1073 auto Np = Vs.traverse(Dest, Vs.subExprCtx(Ctx)); local
1075 return Vs.reduceStore(*this, Np, Nv);

Completed in 209 milliseconds