Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ROTR
usr/src/boot/sys/cddl/boot/zfs/sha256.c
49
#define ROTR(x, n) (((x) >> (n)) | ((x) << ((sizeof (x) * NBBY)-(n))))
usr/src/common/crypto/sha2/sha2.c
96
#define ROTR(x, n) \
usr/src/grub/grub-0.97/stage2/zfs_sha256.c
48
#define ROTR(x, n) (((x) >> (n)) | ((x) << ((sizeof (x) * NBBY)-(n))))