Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A D_Qquad.h52 #define ASSIGNSINGLERESULT(x,y) x = y macro
65 #define ASSIGNSINGLERESULT(x,y) {SINGLERESULT _kug = y; *(int *)&x = *(int*)&_kug;} macro