Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ROUND_DOWN
arch/arm/mach-omap1/sram-init.c
26
#define ROUND_DOWN(value, boundary) ((value) & (~((boundary) - 1)))
arch/arm/mach-omap2/sram.c
48
#define ROUND_DOWN(value, boundary) ((value) & (~((boundary) - 1)))