DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BSWAP8
crypto/libressl/crypto/modes/modes_lcl.h
33
# define BSWAP8(x) ({ u64 ret=(x); \
crypto/libressl/crypto/modes/modes_lcl.h
40
# define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
crypto/libressl/crypto/modes/modes_lcl.h
49
# define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \