Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
powerof2
usr/src/boot/sys/sys/param.h
298
#define powerof2(x) ((((x)-1)&(x))==0)
usr/src/compat/bhyve/sys/param.h
46
#define powerof2(x) ((((x)-1)&(x))==0)