Searched defs:SET3 (Results 1 – 3 of 3) sorted by relevance
/titanic_51/usr/src/lib/libbc/libc/gen/common/ |
H A D | drand48.c | 58 #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 D | drand48.c | 81 #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 D | drand48.c | 85 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) macro
|