Lines Matching refs:MBEDTLS_BSWAP32
182 #define MBEDTLS_BSWAP32 __builtin_bswap32
194 #if __has_builtin(__builtin_bswap32) && !defined(MBEDTLS_BSWAP32)
195 #define MBEDTLS_BSWAP32 __builtin_bswap32
209 #if !defined(MBEDTLS_BSWAP32)
210 #define MBEDTLS_BSWAP32 _byteswap_ulong
218 #if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 410000) && !defined(MBEDTLS_BSWAP32)
222 #define MBEDTLS_BSWAP32 __rev
230 #define MBEDTLS_BSWAP32 __rev
250 #if !defined(MBEDTLS_BSWAP32)
259 #define MBEDTLS_BSWAP32 mbedtls_bswap32
260 #endif /* !defined(MBEDTLS_BSWAP32) */
312 : MBEDTLS_BSWAP32(mbedtls_get_unaligned_uint32((data) + (offset))) \
332 mbedtls_put_unaligned_uint32((data) + (offset), MBEDTLS_BSWAP32((uint32_t) (n))); \
347 ? MBEDTLS_BSWAP32(mbedtls_get_unaligned_uint32((data) + (offset))) \
365 mbedtls_put_unaligned_uint32((data) + (offset), MBEDTLS_BSWAP32((uint32_t) (n))); \