Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RAND_21BIT_MASK
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1998
(((u64)random() & RAND_21BIT_MASK) << 21) |
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1999
(random() & RAND_21BIT_MASK);