Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h252 #define RORc(x,n) _lrotr(x,n) macro
284 #define RORc(word,i) ({ \ macro
296 #define RORc ROR macro
329 static inline ulong32 RORc(ulong32 word, const int i) in RORc() function
340 #define RORc ROR macro
351 #define RORc(x, y) ( ((((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((y)&31)) | ((ulong32)(x)<<(ulong32)((… macro

Completed in 3 milliseconds