Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
howmany
usr/src/boot/sys/sys/param.h
291
#define howmany(x, y) (((x)+((y)-1))/(y))
usr/src/ucbhead/sys/param.h
265
#define howmany(x, y) (((x)+((y)-1))/(y))
usr/src/uts/common/sys/select.h
115
#define howmany(x, y) (((x)+((y)-1))/(y))
usr/src/uts/common/sys/sysmacros.h
226
#define howmany(x, y) (((x)+((y)-1))/(y))