Home
last modified time | relevance | path

Searched defs:SET3 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c81 #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 Ddrand48.c83 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) macro