Home
last modified time | relevance | path

Searched refs:NX_CRYPTO_CHANGE_USHORT_ENDIAN (Results 1 – 18 of 18) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m3/ac5/inc/
Dnx_crypto_port.h63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = (unsigned short)(__rev(arg) >> 16) macro
66 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m3/ac6/inc/
Dnx_crypto_port.h61 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = (unsigned short)(__rev(arg) >> 16) macro
64 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m3/gnu/inc/
Dnx_crypto_port.h60 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __builtin_bswap16(arg) macro
63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m3/keil/inc/
Dnx_crypto_port.h63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = (unsigned short)(__rev(arg) >> 16) macro
66 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m4/ac5/inc/
Dnx_crypto_port.h63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = (unsigned short)(__rev(arg) >> 16) macro
66 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m4/ac6/inc/
Dnx_crypto_port.h61 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = (unsigned short)(__rev(arg) >> 16) macro
64 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m4/gnu/inc/
Dnx_crypto_port.h60 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __builtin_bswap16(arg) macro
63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m4/keil/inc/
Dnx_crypto_port.h63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = (unsigned short)(__rev(arg) >> 16) macro
66 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m7/ac5/inc/
Dnx_crypto_port.h63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = (unsigned short)(__rev(arg) >> 16) macro
66 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m7/ac6/inc/
Dnx_crypto_port.h61 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = (unsigned short)(__rev(arg) >> 16) macro
64 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m7/gnu/inc/
Dnx_crypto_port.h60 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __builtin_bswap16(arg) macro
63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/linux/gnu/inc/
Dnx_crypto_port.h60 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __builtin_bswap16(arg) macro
63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/win32/vs_2019/inc/
Dnx_crypto_port.h60 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = _byteswap_ushort(arg) macro
63 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m3/iar/inc/
Dnx_crypto_port.h65 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg) macro
68 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m4/iar/inc/
Dnx_crypto_port.h65 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg) macro
68 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/ports/cortex_m7/iar/inc/
Dnx_crypto_port.h65 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(arg) (arg) = __REV16(arg) macro
68 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN(a) macro
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto.h155 #if !defined(NX_CRYPTO_CHANGE_USHORT_ENDIAN) && defined(NX_CHANGE_USHORT_ENDIAN)
156 #define NX_CRYPTO_CHANGE_USHORT_ENDIAN NX_CHANGE_USHORT_ENDIAN macro
Dnx_crypto_ec.h299 #define NX_CRYPTO_EC_ASSIGN_REV(a,b) (a) = (b); NX_CRYPTO_CHANGE_USHORT_ENDIAN(a)