Home
last modified time | relevance | path

Searched defs:ROR64 (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h368 #define ROR64(x,n) _rotr64(x,n) macro
375 #define ROR64(x,n) __builtin_rotateright64(x,n) macro
390 static inline ulong64 ROR64(ulong64 word, int i) in ROR64() function
430 #define ROR64(x, y) \ macro