OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S64
lib/libc/hash/sha2.c
158
#define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
sys/crypto/sha2.c
125
#define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
sys/lib/libsa/sha2.c
159
#define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))