Searched defs:RORc (Results 1 – 1 of 1) sorted by relevance
252 #define RORc(x,n) _lrotr(x,n) macro284 #define RORc(word,i) ({ \ macro296 #define RORc ROR macro329 static inline ulong32 RORc(ulong32 word, const int i) in RORc() function340 #define RORc ROR macro351 #define RORc(x, y) ( ((((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((y)&31)) | ((ulong32)(x)<<(ulong32)((… macro
Completed in 3 milliseconds