OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BSWAP8
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/modes/
internal.h
70
#define
BSWAP8
(x) \
83
#define
BSWAP8
(x) \
96
#define
BSWAP8
(x) \
109
#define
BSWAP8
(x) \
125
#define
BSWAP8
(x) _byteswap_uint64((uint64_t)(x))
/external/openssl/crypto/modes/
modes_lcl.h
39
# define
BSWAP8
(x) ({ u64 ret=(x); \
46
# define
BSWAP8
(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
54
# define
BSWAP8
(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
66
# define
BSWAP8
(x) _byteswap_uint64((u64)(x))
Completed in 460 milliseconds