Searched defs:FD_CLR (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXpoll.h.in111 #define FD_CLR(n, p) (__XFDS_BITS((p), ((n)/NFDBITS)) &= ~((fd_mask)1 << ((n) % NFDBITS))) macro
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h126 # define FD_CLR(f,fdp) ((fdp)->fds_bits[(f) / (sizeof (int) * 8)] &= ~(1 << ((f) % (sizeof (int) * 8)))) macro

Completed in 3 milliseconds