OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
rol
lib/libc/hash/sha1.c
21
#define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
sys/crypto/sha1.c
27
#define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
sys/lib/libsa/sha1.c
26
#define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))