OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ALIGN_UP
sbin/unwind/libunbound/util/regional.c
51
#define ALIGN_UP(x, s) (((x) + s - 1) & (~(s - 1)))
usr.sbin/nsd/util.h
37
#define ALIGN_UP(n, alignment) \
usr.sbin/unbound/util/regional.c
51
#define ALIGN_UP(x, s) (((x) + s - 1) & (~(s - 1)))