Search | Google it | Results 1 - 1 of 1 for funcall:__howmany from t2ex/t2ex_source/include/t2ex/sys/fd_set.h (0.00 seconds) |
65: typedef struct fd_set { 66: uint32_t fds_bits[__howmany(FD_SETSIZE, __NFDBITS)]; 67: } fd_set; 80: unsigned int __i; \ 81: for (__i = 0; __i < __howmany(FD_SETSIZE, __NFDBITS); __i++) \ 82: __fds->fds_bits[__i] = 0; \