Searched defs:SEED (Results 1 – 4 of 4) sorted by relevance
/titanic_50/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
|
/titanic_50/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
|
/titanic_50/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
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 2845 #define SEED 0x876EDC21 in emlxs_get_key() macro
|