Home
last modified time | relevance | path

Searched refs:SEED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c85 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) macro
150 SEED(X0, LOW(fixseed), HIGH(fixseed)); in srand48()
159 SEED(LOW(seed16v[0]), LOW(seed16v[1]), LOW(seed16v[2])); in seed48()
/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)); in ipf_r_srand48()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2870 #define SEED 0x876EDC21 in emlxs_get_key() macro
2900 theKey = SEED + t1 + t2 + t3 + t4; in emlxs_get_key()