Searched refs:RightRotate (Results 1 – 1 of 1) sorted by relevance
53 #define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro265 _t3 = RightRotate(_t3,8);\