Searched refs:XFD_FD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXpoll.h168 #define XFD_FD(p,i) (((fd_set FAR *)(p))->fd_array[i]) macro
175 XFD_FD(dst,__i) = XFD_FD(src,__i); \
184 if (FD_ISSET(XFD_FD(b1,__i), b2)) \
185 FD_SET(XFD_FD(b1,__i), dst); \
193 if (!FD_ISSET(XFD_FD(b2,__i), dst)) \
194 FD_SET(XFD_FD(b2,__i), dst); \
202 FD_CLR(XFD_FD(b1,__i), dst); \
211 XFD_FD(set,XFD_SETCOUNT(set)++)=(fd); \

Completed in 31 milliseconds