Searched refs:RightRotate (Results 1 – 2 of 2) sorted by relevance
314 TreapNode *RightRotate(TreapNode *y) { in RightRotate() function356 n = RightRotate(n); in Insert()394 n = RightRotate(n); in DeleteNode()
47 #define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro259 _t3 = RightRotate(_t3,8);\