gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:__howmany (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/select.h - 3.5KB - 96 lines
56: #define __NFDBITS ((unsigned)(sizeof(__fd_mask) * __NBBY)) /* bits per mask */
57: #define __howmany(x, y) (((x) + ((y) - 1)) / (y))
58: 
bsd_source/t2ex/network/net/src_bsd/sys/fd_set.h - 4.1KB - 110 lines
52: 
53: #define __howmany(x, y) (((x) + ((y) - 1)) / (y))
54: 
t2ex_source/include/t2ex/sys/fd_set.h - 3.1KB - 86 lines
62: #define __NFDBITS       ((unsigned int)sizeof(uint32_t) * __NBBY)
63: #define __howmany(x, y) (((x) + ((y) - 1)) / (y))
64: