Home
last modified time | relevance | path

Searched refs:SWAP64 (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-portable.h119 #define SWAP64(v) \ macro
125 #define SWAP64(v) \ macro
140 #define U64TO64_BIG(v) SWAP64(v)
146 #define U64TO64_LITTLE(v) SWAP64(v)
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_ecrypt-portable.h112 #define SWAP64(v) \ macro
116 #define SWAP64(v) (((u64)SWAP32(U32V(v)) << 32) | (u64)SWAP32(U32V(v >> 32))) macro
130 #define U64TO64_BIG(v) SWAP64(v)
136 #define U64TO64_LITTLE(v) SWAP64(v)
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_ecrypt-portable.h121 #define SWAP64(v) \ macro
127 #define SWAP64(v) \ macro
142 #define U64TO64_BIG(v) SWAP64(v)
148 #define U64TO64_LITTLE(v) SWAP64(v)