FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ROL
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
177
#define ROL(x,n) ((x)<<(n))|((x)>>(32-(n)))
sys/opencrypto/rmd160.c
72
#define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n))))