Home
last modified time | relevance | path

Searched defs:htobe64 (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h23 # define htobe64(x) OSSwapHostToBigInt64(x) macro
41 # define htobe64(x) BE_64(x) macro
74 # define htobe64(x) _byteswap_uint64(x) macro
93 # define htobe64(x) __builtin_bswap64(x) macro
115 # define htobe64(x) (x) macro
141 # define htobe64(x) \ macro