OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LOWEST_SET_BIT
sys/dev/ic/atwreg.h
50
#define LOWEST_SET_BIT(x) ((((x) - 1) & (x)) ^ (x))
sys/dev/ic/rtwreg.h
40
#define LOWEST_SET_BIT(x) ((((x) - 1) & (x)) ^ (x))