Searched defs:LROTATE (Results 1 – 3 of 3) sorted by relevance
74 #define LROTATE(x,y) (lrotate(x,y), (x) = (y)) macro
255 #define LROTATE(r) (t = r->right, r->right = t->left, t->left = r, r = t) macro
248 #define LROTATE(x,y) (RIGHT(x) = LEFT(y), LEFT(y) = (x), (x) = (y)) macro