Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
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(set)++)=(fd); \