Searched refs:lrotate (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/lib/libast/common/cdt/ |
H A D | dthdr.h | 69 #define lrotate(x,y) ((x)->right = (y)->left, (y)->left = (x)) macro 74 #define LROTATE(x,y) (lrotate(x,y), (x) = (y))
|
H A D | dttree.c | 156 { lrotate(root,t); 204 { lrotate(root,t);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | cdtlib.h | 153 #define lrotate(x,y) ((x)->_rght = (y)->_left, (y)->_left = (x)) macro 158 #define LROTATE(x,y) (lrotate(x,y), (x) = (y))
|
H A D | dttree.c | 480 { lrotate(root,t);
|