Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ALIGN_8
tools/perf/util/jitdump.h
23
#define ALIGN_8(x) (((x) + 7) & (~7))
tools/testing/selftests/net/psock_tpacket.c
64
#define ALIGN_8(x) (((x) + 8 - 1) & ~(8 - 1))