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

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXpoll.h167 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count) macro
169 #define XFD_ANYSET(p) XFD_SETCOUNT(p)
174 for (__i = 0; __i < XFD_SETCOUNT(src) ; __i++) { \
177 XFD_SETCOUNT(dst) = XFD_SETCOUNT(src); \
183 for (__i = 0; __i < XFD_SETCOUNT(b1) ; __i++) { \
192 for (__i = 0; __i < XFD_SETCOUNT(b2) ; __i++) { \
201 for (__i = 0; __i < XFD_SETCOUNT(b1) ; __i++) { \
210 if (XFD_SETCOUNT(set) < FD_SETSIZE && !FD_ISSET(fd,set)) \
211 XFD_FD(set,XFD_SETCOUNT(se
[all...]

Completed in 32 milliseconds