DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
rounddown
sys/sys/param.h
401
#define rounddown(x, y) (((x)/(y))*(y))
test/nvmm/demo/toyvirt/common.h
36
#define rounddown(x,y) (((x)/(y))*(y))