Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__bitcount32
usr/src/boot/sys/sys/types.h
310
#define __bitcount32(x) __builtin_popcount((__uint32_t)(x))
usr/src/boot/sys/sys/types.h
331
__bitcount32(__uint32_t _x)