Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/vgrind/
Dvgrindefs.c179 register char *Np, *Bp; in tnamatch() local
185 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch()
187 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch()
/freebsd-10-stable/crypto/openssl/crypto/md5/asm/
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($c));
132 &mov($tmp1,&Np($c)) if $pos < 1; # H function - part 1
163 &xor($tmp1,&Np($d)) if $pos <= 0; # I function - part = first time
/freebsd-10-stable/usr.sbin/rtadvd/
Dadvcap.c230 char *Np, *Bp; in tnamatch() local
236 for (Np = np; *Np && *Bp == *Np; Bp++, Np++) in tnamatch()
238 if (*Np == 0 && (*Bp == '|' || *Bp == ':' || *Bp == 0)) in tnamatch()
/freebsd-10-stable/crypto/openssl/crypto/ripemd/asm/
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($d)) if $o == 1;
[all …]