Home
last modified time | relevance | path

Searched refs:ROTR64 (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-machine.h24 #undef ROTR64
31 #define ROTR64(v, n) _rotr64(v, n) macro
Dsw_ecrypt-portable.h99 #define ROTR64(v, n) ROTL64(v, 64 - (n)) macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_ecrypt-machine.h26 #undef ROTR64
33 #define ROTR64(v, n) _rotr64(v, n) macro
Dsw_ecrypt-portable.h101 #define ROTR64(v, n) ROTL64(v, 64 - (n)) macro
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_ecrypt-machine.h24 #undef ROTR64
31 #define ROTR64(v, n) _rotr64(v, n) macro
Dsw_ecrypt-portable.h95 #define ROTR64(v, n) ROTL64(v, 64 - (n)) macro