Home
last modified time | relevance | path

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

/mbedtls-latest/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h28 # define htobe16(x) OSSwapHostToBigInt16(x) macro
46 # define htobe16(x) BE_16(x) macro
64 # define htobe16(x) _byteswap_ushort(x) macro
83 # define htobe16(x) __builtin_bswap16(x) macro