OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
round_line
sys/arch/sh/sh/cache_sh3.c
39
#define round_line(x) (((x) + 15) & ~15)
sys/arch/sh/sh/cache_sh4.c
39
#define round_line(x) (((x) + 31) & ~31)