Home
last modified time | relevance | path

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

/mbedtls/library/
A Dalignment.h282 #define MBEDTLS_BSWAP16 __builtin_bswap16 macro
295 #define MBEDTLS_BSWAP16 __builtin_bswap16 macro
310 #define MBEDTLS_BSWAP16 _byteswap_ushort macro
332 #define MBEDTLS_BSWAP16(x) ((uint16_t) __rev16((uint32_t) (x))) macro
350 #define MBEDTLS_BSWAP16 mbedtls_bswap16 macro

Completed in 5 milliseconds