Searched defs:SEED (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c60 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) macro
134 SEED(X0, LOW(seedval), HIGH(seedval));
142 SEED(LOW(seed16v[0]), LOW(seed16v[1]), LOW(seed16v[2]));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c87 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) macro
152 SEED(X0, LOW(fixseed), HIGH(fixseed));
161 SEED(LOW(seed16v[0]), LOW(seed16v[1]), LOW(seed16v[2]));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c83 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) macro
146 SEED(X0, LOW(fixseed), HIGH(fixseed));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2845 #define SEED 0x876EDC21 macro
2875 theKey = SEED + t1 + t2 + t3 + t4;

Completed in 63 milliseconds