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

/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
36 sub Np subroutine
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
62 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
86 &mov($tmp1,&Np($c)) if $pos < 1; # G function - part 1
87 &mov($tmp1,&Np($c)) if $pos == 1; # G function - part 1
115 &mov($tmp1,&Np(
[all...]
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dadvcap.c230 char *Np, *Bp; local
236 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
238 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0))
/freebsd-11-stable/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl70 sub Np subroutine
91 &mov($tmp1, &Np($c)); # NEXT
102 &mov($tmp1, &Np($c)) if $o <= 0;
107 &xor($tmp1, &Np($d)) if $o <= 0;
157 &sub($tmp2, &Np($c)) if $o == 1;
160 &mov($tmp1, &Np($c));
163 &xor($tmp1, &Np($d));
187 &sub($tmp1, &Np($c)) if $o <= 0; # NEXT
203 &sub($tmp2, &Np($c)) if $o <= 0; # NEXT
204 &mov($tmp1, &Np(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1041 auto Np = Vs.traverse(Ptr, Vs.subExprCtx(Ctx)); local
1042 return Vs.reduceLoad(*this, Np);
1071 auto Np = Vs.traverse(Dest, Vs.subExprCtx(Ctx)); local
1073 return Vs.reduceStore(*this, Np, Nv);

Completed in 99 milliseconds