Searched defs:SEED (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | drand48.c | 60 #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 D | drand48.c | 87 #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 D | drand48.c | 83 #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 D | emlxs_hba.c | 2845 #define SEED 0x876EDC21 macro 2875 theKey = SEED + t1 + t2 + t3 + t4;
|
Completed in 97 milliseconds