Searched defs:RORc (Results 1 – 3 of 3) sorted by relevance
242 #define RORc(x,n) _lrotr(x,n) macro273 static inline unsigned RORc(unsigned word, const int i) in RORc() function284 #define RORc ROR macro316 static inline unsigned RORc(unsigned word, const int i) in RORc() function327 #define RORc ROR macro338 #define RORc(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned lon… macro
50 #define RORc(x, y) \ macro
215 #define RORc(x, y) \ macro