Searched defs:ROR (Results 1 – 1 of 1) sorted by relevance
248 #define ROR(x,n) _rotr(x,n) macro256 #define ROR(x,n) __builtin_rotateright32(x,n) macro272 static inline ulong32 ROR(ulong32 word, int i) in ROR() function317 static inline ulong32 ROR(ulong32 word, int i) in ROR() function355 #define ROR(x, y) ( ((((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((y)&31)) | ((ulong32)(x)<<(ulong32)((3… macro