Searched defs:X2 (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | drand48.c | 53 #define X2 0x1234 macro 84 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | drand48.c | 80 #define X2 0x1234 macro 100 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | drand48.c | 76 #define X2 0x1234 macro 96 static unsigned x[3] = { X0, X1, X2 }, a[3] = { A0, A1, A2 }, c = C;
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein_block.c | 62 uint64_t X0, X1, X2, X3; local 69 Xptr[2] = &X2; 98 X2 = w[2] + ks[2] + ts[1]; 120 X2 += ks[((R) + 3) % 5] + ts[((R) + 2) % 3]; \ 131 X2 += ks[r + (R) + 2] + ts[r + (R) + 1]; \ 210 ctx->X[2] = X2 ^ w[2]; 267 uint64_t X0, X1, X2, X3, X4, X5, X6, X7; local 274 Xptr[2] = &X2; 313 X2 = w[2] + ks[2]; 339 X2 [all...] |
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | date.c | 220 int Y, M, D, A, B, X1, X2; local 239 X2 = 30.6001*(M+1); 240 p->rJD = X1 + X2 + D + B - 1524.5;
|
Completed in 259 milliseconds