Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h250 #define RORc(x,n) ROR(x,n) macro
259 #define RORc(x,n) ROR(x,n) macro
290 #define RORc(word,i) ({ \ macro
302 #define RORc ROR macro
335 static inline ulong32 RORc(ulong32 word, const int i) in RORc() function
346 #define RORc ROR macro
357 #define RORc(x, y) ( ((((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((y)&31)) | ((ulong32)(x)<<(ulong32)((… macro