Searched defs:_howmany (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dselect.h68 #define _howmany(x, y) (((x) + ((y) - 1)) / (y)) macro

Completed in 73 milliseconds