Searched refs:howmany (Results 1 – 2 of 2) sorted by relevance
60 #ifndef howmany61 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
62 bytes = howmany (max_fd_size, __NFDBITS);87 nbytes = howmany (max_fd_size, __NFDBITS);
Completed in 3 milliseconds