Searched refs:R1 (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dflow-tool.c44 #define R1(p) ((Rec_1_t*)(p)) macro
362 swapmem(n, &R1(fp)->unix_secs, &R1(fp)->unix_secs, (char*)&R1(fp)->input - (char*)&R1(fp)->unix_secs);
363 swapmem(n, &R1(fp)->dPkts, &R1(fp)->dPkts, (char*)&R1(fp)->srcport - (char*)&R1(fp)->dPkts);
366 swapmem(n, &R1(f
[all...]
/ast/src/lib/libast/uwin/
H A Dcrypt.c689 register long L0, L1, R0, R1, k; local
711 LOADREG(R,R0,R1,L,L0,L1);
716 R1 = (R1 >> 1) & 0x55555555L;
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
[all...]
/ast/src/lib/libsum/
H A Dsum-sha1.c56 * (R0+R1), R2, R3, R4 are the different operations (rounds) used in SHA1
61 #define R1(v,w,x,y,z,i) \ macro
90 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i)
178 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19);

Completed in 16 milliseconds