Searched defs:R0 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Dreg.h52 * Location of the users' stored registers relative to R0.
80 #define R0 O0 macro
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-sha1.c75 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
77 #define R0(v,w,x,y,z,i) \ macro
108 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i)
193 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
194 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(
[all...]
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c689 register long L0, L1, R0, R1, k; local
711 LOADREG(R,R0,R1,L,L0,L1);
715 R0 &= 0xaaaaaaaaL;
717 L1 = R0 | R1; /* L1 is the odd-numbered input bits */
720 PERM3264(R,R0,R1,B.b+4,(C_block *)IE3264); /* odd bits */
767 CRUNCH(L0, L1, R0, R1);
768 CRUNCH(R0, R1, L0, L1);
774 L0 ^= R0; L1 ^= R1;
775 R0 ^= L0; R1 ^= L1;
776 L0 ^= R0; L
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c887 #define R0(a,b,c,d,k,s,t) { \ macro
944 R0(A,B,C,D,X[ 0], 7,0xd76aa478L);
945 R0(D,A,B,C,X[ 1],12,0xe8c7b756L);
946 R0(C,D,A,B,X[ 2],17,0x242070dbL);
947 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL);
948 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL);
949 R0(D,A,B,C,X[ 5],12,0x4787c62aL);
950 R0(C,D,A,B,X[ 6],17,0xa8304613L);
951 R0(B,C,D,A,X[ 7],22,0xfd469501L);
952 R0(
[all...]
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda.h101 R0 = 0, enumerator in enum:__anon9008

Completed in 75 milliseconds