OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
powerof2
lib/libc/stdio/getdelim.c
91
#define powerof2(x) ((((x)-1)&(x))==0)
libexec/ld.so/library.c
116
#define powerof2(x) ((((x) - 1) & (x)) == 0)
libexec/ld.so/library_mquery.c
119
#define powerof2(x) ((((x) - 1) & (x)) == 0)
sys/sys/param.h
189
#define powerof2(x) ((((x)-1)&(x))==0)