Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S64
src/libs/compat/openbsd_wlan/crypto/sha2.c
125
#define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
src/libs/libsolv/solv/sha2.c
195
#define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))