FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
rounddown
sys/sys/_param.h
22
#define rounddown(x, y) (((x)/(y))*(y))
tools/build/cross-build/include/common/sys/param.h
75
#define rounddown(x, y) (((x) / (y)) * (y))