Searched refs:SET3 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Ddrand48.c85 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) macro
86 #define SETLOW(x, y, n) SET3(x, LOW((y)[n]), LOW((y)[(n)+1]), LOW((y)[(n)+2]))
87 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C)

Completed in 15 milliseconds