Searched defs:SET3 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | drand48.c | 81 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) macro
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | drand48.c | 83 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) macro
|