Searched refs:ROTR64 (Results 1 – 6 of 6) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | sw_ecrypt-machine.h | 24 #undef ROTR64 31 #define ROTR64(v, n) _rotr64(v, n) macro
|
| D | sw_ecrypt-portable.h | 99 #define ROTR64(v, n) ROTL64(v, 64 - (n)) macro
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | sw_ecrypt-machine.h | 26 #undef ROTR64 33 #define ROTR64(v, n) _rotr64(v, n) macro
|
| D | sw_ecrypt-portable.h | 101 #define ROTR64(v, n) ROTL64(v, 64 - (n)) macro
|
| /hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/ |
| D | sw_ecrypt-machine.h | 24 #undef ROTR64 31 #define ROTR64(v, n) _rotr64(v, n) macro
|
| D | sw_ecrypt-portable.h | 95 #define ROTR64(v, n) ROTL64(v, 64 - (n)) macro
|