Lines Matching defs:X
63 * Subsequent versions of the IEEE Standard as well as the X/Open
159 #define lobyte(X) (((unsigned char *)&(X))[0])
160 #define hibyte(X) (((unsigned char *)&(X))[1])
161 #define loword(X) (((ushort_t *)&(X))[0])
162 #define hiword(X) (((ushort_t *)&(X))[1])
165 #define lobyte(X) (((unsigned char *)&(X))[1])
166 #define hibyte(X) (((unsigned char *)&(X))[0])
167 #define loword(X) (((ushort_t *)&(X))[1])
168 #define hiword(X) (((ushort_t *)&(X))[0])