Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dalignment.h179 #define MBEDTLS_BSWAP16 __builtin_bswap16 macro
192 #define MBEDTLS_BSWAP16 __builtin_bswap16 macro
207 #define MBEDTLS_BSWAP16 _byteswap_ushort macro
229 #define MBEDTLS_BSWAP16(x) ((uint16_t) __rev16((uint32_t) (x))) macro
247 #define MBEDTLS_BSWAP16 mbedtls_bswap16 macro