FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ROUNDUP8
sys/dev/liquidio/lio_main.h
130
#define ROUNDUP8(val) (((val) + 7) & 0xfffffff8)
usr.sbin/rtadvd/if.c
112
#define ROUNDUP8(a) (1 + (((a) - 1) | 7))
usr.sbin/rtsold/if.c
256
#define ROUNDUP8(a) (1 + (((a) - 1) | 7))