Searched refs:ROTL16 (Results 1 – 3 of 3) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_ecrypt-portable.h | 87 #define ROTL16(v, n) \ macro 97 #define ROTR16(v, n) ROTL16(v, 16 - (n)) 112 ROTL16(v, 8)
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_ecrypt-portable.h | 86 #define ROTL16(v, n) (U16V((v) << (n)) | ((v) >> (16 - (n)))) macro 93 #define ROTR16(v, n) ROTL16(v, 16 - (n)) 107 #define SWAP16(v) ROTL16(v, 8)
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_ecrypt-portable.h | 89 #define ROTL16(v, n) \ macro 99 #define ROTR16(v, n) ROTL16(v, 16 - (n)) 114 ROTL16(v, 8)
|