gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:__howmany (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/select.h - 3.5KB - 96 lines
59: typedef struct fd_set {
60:         __fd_mask fds_bits[__howmany(FD_SETSIZE, __NFDBITS)];
61: } fd_set;
More results from select.h
bsd_source/t2ex/network/net/src_bsd/sys/fd_set.h - 4.1KB - 110 lines
65: typedef struct fd_set {
66:         __fd_mask      fds_bits[__howmany(FD_SETSIZE, __NFDBITS)];
67: } fd_set;
More results from fd_set.h
t2ex_source/include/t2ex/sys/fd_set.h - 3.1KB - 86 lines
65: typedef struct fd_set {
66:         uint32_t       fds_bits[__howmany(FD_SETSIZE, __NFDBITS)];
67: } fd_set;
More results from fd_set.h