Search | Google it | Results 1 - 3 of 3 for funcall:__howmany (0.00 seconds) |
59: typedef struct fd_set { 60: __fd_mask fds_bits[__howmany(FD_SETSIZE, __NFDBITS)]; 61: } fd_set;
65: typedef struct fd_set { 66: __fd_mask fds_bits[__howmany(FD_SETSIZE, __NFDBITS)]; 67: } fd_set;
65: typedef struct fd_set { 66: uint32_t fds_bits[__howmany(FD_SETSIZE, __NFDBITS)]; 67: } fd_set;