Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H 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
/aosp_15_r20/external/mbedtls/library/
H A Dalignment.h132 #define MBEDTLS_BSWAP16 __builtin_bswap16 macro
145 #define MBEDTLS_BSWAP16 __builtin_bswap16 macro
160 #define MBEDTLS_BSWAP16 _byteswap_ushort macro
190 #define MBEDTLS_BSWAP16 mbedtls_bswap16 macro