Lines Matching refs:MBEDTLS_BSWAP64
286 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
300 #if __has_builtin(__builtin_bswap64) && !defined(MBEDTLS_BSWAP64)
301 #define MBEDTLS_BSWAP64 __builtin_bswap64 macro
315 #if !defined(MBEDTLS_BSWAP64)
316 #define MBEDTLS_BSWAP64 _byteswap_uint64 macro
334 #define MBEDTLS_BSWAP64 __revll macro
365 #if !defined(MBEDTLS_BSWAP64)
378 #define MBEDTLS_BSWAP64 mbedtls_bswap64 macro
624 : MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \
644 mbedtls_put_unaligned_uint64((data) + (offset), MBEDTLS_BSWAP64((uint64_t) (n))); \
659 ? MBEDTLS_BSWAP64(mbedtls_get_unaligned_uint64((data) + (offset))) \
676 mbedtls_put_unaligned_uint64((data) + (offset), MBEDTLS_BSWAP64((uint64_t) (n))); \