Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
round_down
include/linux/math.h
35
#define round_down(x, y) ((x) & ~__round_mask(x, y))
tools/include/linux/math.h
12
#define round_down(x, y) ((x) & ~__round_mask(x, y))