Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h363 #define ROR64(x,n) _rotr64(x,n) macro
370 #define ROR64(x,n) __builtin_rotateright64(x,n) macro
385 static inline ulong64 ROR64(ulong64 word, int i) in ROR64() function
425 #define ROR64(x, y) \ macro

Completed in 3 milliseconds