Lines Matching refs:MBEDTLS_BSWAP32
285 #define MBEDTLS_BSWAP32 __builtin_bswap32 macro
297 #if __has_builtin(__builtin_bswap32) && !defined(MBEDTLS_BSWAP32)
298 #define MBEDTLS_BSWAP32 __builtin_bswap32 macro
312 #if !defined(MBEDTLS_BSWAP32)
313 #define MBEDTLS_BSWAP32 _byteswap_ulong macro
321 #if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 410000) && !defined(MBEDTLS_BSWAP32)
325 #define MBEDTLS_BSWAP32 __rev macro
333 #define MBEDTLS_BSWAP32 __rev macro
353 #if !defined(MBEDTLS_BSWAP32)
362 #define MBEDTLS_BSWAP32 mbedtls_bswap32 macro
415 : MBEDTLS_BSWAP32(mbedtls_get_unaligned_uint32((data) + (offset))) \
435 mbedtls_put_unaligned_uint32((data) + (offset), MBEDTLS_BSWAP32((uint32_t) (n))); \
450 ? MBEDTLS_BSWAP32(mbedtls_get_unaligned_uint32((data) + (offset))) \
468 mbedtls_put_unaligned_uint32((data) + (offset), MBEDTLS_BSWAP32((uint32_t) (n))); \