DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
XXH_rotl32
sys/vfs/hammer2/xxhash/xxhash.c
203
# define XXH_rotl32(x,r) _rotl(x,r)
sys/vfs/hammer2/xxhash/xxhash.c
206
# define XXH_rotl32(x,r) ((x << r) | (x >> (32 - r)))