Searched defs:ROR (Results 1 – 1 of 1) sorted by relevance
240 #define ROR(x,n) _lrotr(x,n) macro255 static inline unsigned ROR(unsigned word, int i) in ROR() function298 static inline unsigned ROR(unsigned word, int i) in ROR() function336 #define ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long… macro