Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h370 #define ROR64c(x,n) ROR64(x,n) macro
377 #define ROR64c(x,n) ROR64(x,n) macro
408 #define ROR64c(word,i) ({ \ macro
420 #define ROR64c ROR64 macro
438 #define ROR64c(x, y) \ macro