OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ALIGN
sys/dev/pci/drm/include/linux/align.h
11
#undef ALIGN
sys/dev/pci/drm/include/linux/align.h
12
#define ALIGN(x, y) roundup2((x), (y))
sys/sys/param.h
119
#define ALIGN(p) _ALIGN(p)