Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IS_ALIGNED
include/vdso/align.h
13
#define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0)
tools/include/linux/align.h
10
#define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0)