HomeSort by: relevance | last modified time | path
    Searched refs:Hnext (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/csh/
hist.c 77 for (hp = &Histlist; (np = hp->Hnext) != NULL;)
79 hp->Hnext = np->Hnext, hfree(np);
92 loadhist(hp->Hnext);
125 np->Hnext = Histlist.Hnext;
126 Histlist.Hnext = np;
177 dohist1(Histlist.Hnext, &n, rflg, hflg);
187 for (; hp != 0; hp = hp->Hnext) {
191 dohist1(hp->Hnext, np, rflg, hflg)
    [all...]
csh.h 469 struct Hist *Hnext;
lex.c 1220 for (hp = Histlist.Hnext; hp; hp = hp->Hnext)
1238 for (hp = Histlist.Hnext; hp; hp = hp->Hnext) {
set.c 582 loadhist(Histlist.Hnext);
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-armv4.pl 544 @ >>+ denotes Hnext += Hn>>26, Hn &= 0x3ffffff. This means that
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
poly1305-armv4.S 472 @ >>+ denotes Hnext += Hn>>26, Hn &= 0x3ffffff. This means that
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
poly1305-armv4.pl 544 @ >>+ denotes Hnext += Hn>>26, Hn &= 0x3ffffff. This means that
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
poly1305-armv4.S 472 @ >>+ denotes Hnext += Hn>>26, Hn &= 0x3ffffff. This means that
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
poly1305-armv4.pl 549 @ >>+ denotes Hnext += Hn>>26, Hn &= 0x3ffffff. This means that
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
poly1305-armv4.S 478 @ >>+ denotes Hnext += Hn>>26, Hn &= 0x3ffffff. This means that

Completed in 25 milliseconds