gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:howmany (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
439:         pool_item_bitmap_t *bitmap = ph->ph_bitmap;
440:         const int n = howmany(pp->pr_itemsperpage, BITMAP_SIZE);
441:         int i;
bsd_source/t2ex/network/net/src_bsd/kern/sys_select.c - 30.3KB - 961 lines
265: {
266:         char           smallbits[howmany(FD_SETSIZE, NFDBITS) *
267:                             sizeof(fd_mask) * 6];
More results from sys_select.c
bsd_source/t2ex/network/net/src_bsd/netinet/ip_output.c - 67.3KB - 1,940 lines
497:                         unsigned int datasz = ntohs(ip->ip_len) - hlen;
498:                         unsigned int num = howmany(datasz, segsz);
499: