NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ISBITSET
sys/arch/hpcmips/tx/tx39io.c
53
#define ISBITSET(x, s) ((x) & (1 << (s)))
sys/arch/m68k/m68k/db_disasm.h
415
#define ISBITSET(val,b) ((val) & (1 << (b)))