Searched defs:NFDBITS (Results 1 – 7 of 7) sorted by relevance
137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/ macro
66 #define NFDBITS (sizeof(long)*8) macro
179 #define NFDBITS __NFDBITS macro
280 #define NFDBITS (8*sizeof(fd_set)) macro
176 # define NFDBITS (8 * sizeof(unsigned long)) macro