Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HOWMANY
headers/private/fs_shell/fssh_kernel_priv.h
49
#define HOWMANY(a, b) (((a) + ((b) - 1)) / (b))
headers/private/kernel/kernel.h
88
#define HOWMANY(a, b) (((a) + ((b) - 1)) / (b))