FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ILOG2
sys/dev/bxe/ecore_sp.h
162
#define ILOG2(x) ilog2(x)
sys/ufs/ffs/ffs_subr.c
485
#define ILOG2(num) (fls(num) - 1)