Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BIT_ULL
include/vdso/bits.h
8
#define BIT_ULL(nr) (ULL(1) << (nr))
tools/include/vdso/bits.h
8
#define BIT_ULL(nr) (ULL(1) << (nr))
tools/power/x86/intel-speed-select/isst.h
34
#define BIT_ULL(nr) (1ULL << (nr))
tools/testing/selftests/mm/vm_util.h
12
#define BIT_ULL(nr) (1ULL << (nr))