Searched refs:_lrotr (Results 1 – 4 of 4) sorted by relevance
109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)
251 unsigned long __cdecl _lrotr(unsigned long, int);483 _lrotr(unsigned long _Value, int _Shift) { in _lrotr() function
629 # define ROR32(x, nBits) _lrotr((x),(nBits))
203 _lrotr(val, shift) : in Rotate32()209 _lrotr(val, shift) : in Rotate64()