Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c58 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) macro
/titanic_51/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
/titanic_51/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