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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c59 #define SETLOW(x, y, n) SET3(x, LOW((y)[n]), LOW((y)[(n)+1]), LOW((y)[(n)+2])) macro
141 SETLOW(lastx, x, 0);
150 SETLOW(x, param, 0);
151 SETLOW(a, param, 3);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c86 #define SETLOW(x, y, n) SET3(x, LOW((y)[n]), LOW((y)[(n)+1]), LOW((y)[(n)+2])) macro
160 SETLOW(lastx, x, 0);
170 SETLOW(x, param, 0);
171 SETLOW(a, param, 3);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c82 #define SETLOW(x, y, n) SET3(x, LOW((y)[n]), LOW((y)[(n)+1]), LOW((y)[(n)+2])) macro

Completed in 53 milliseconds