NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
powerof2
sys/sys/param.h
454
#define powerof2(x) ((((x)-1)&(x))==0)
tools/compat/compat_defs.h
1304
#define powerof2(x) ((((x)-1)&(x))==0)