Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-portable.h70 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
85 (U8V((v) << (n)) | ((v) >> (8 - (n))))
234 (p)[0] = U8V((v) ); \
235 (p)[1] = U8V((v) >> 8); \
240 (p)[0] = U8V((v) ); \
241 (p)[1] = U8V((v) >> 8); \
242 (p)[2] = U8V((v) >> 16); \
243 (p)[3] = U8V((v) >> 24); \
249 (p)[0] = U8V((v) ); \
250 (p)[1] = U8V((v) >> 8); \
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_ecrypt-portable.h70 #define U8V(v) ((u8)(v)&U8C(0xFF)) macro
84 #define ROTL8(v, n) (U8V((v) << (n)) | ((v) >> (8 - (n))))
199 (p)[0] = U8V((v)); \
200 (p)[1] = U8V((v) >> 8); \
206 (p)[0] = U8V((v)); \
207 (p)[1] = U8V((v) >> 8); \
208 (p)[2] = U8V((v) >> 16); \
209 (p)[3] = U8V((v) >> 24); \
216 (p)[0] = U8V((v)); \
217 (p)[1] = U8V((v) >> 8); \
[all …]
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_ecrypt-portable.h72 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
87 (U8V((v) << (n)) | ((v) >> (8 - (n))))
236 (p)[0] = U8V((v) ); \
237 (p)[1] = U8V((v) >> 8); \
242 (p)[0] = U8V((v) ); \
243 (p)[1] = U8V((v) >> 8); \
244 (p)[2] = U8V((v) >> 16); \
245 (p)[3] = U8V((v) >> 24); \
251 (p)[0] = U8V((v) ); \
252 (p)[1] = U8V((v) >> 8); \
[all …]