Searched defs:RORc (Results 1 – 1 of 1) sorted by relevance
250 #define RORc(x,n) ROR(x,n) macro259 #define RORc(x,n) ROR(x,n) macro290 #define RORc(word,i) ({ \ macro302 #define RORc ROR macro335 static inline ulong32 RORc(ulong32 word, const int i) in RORc() function346 #define RORc ROR macro357 #define RORc(x, y) ( ((((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((y)&31)) | ((ulong32)(x)<<(ulong32)((… macro