Home
last modified time | relevance | path

Searched refs:lrotate (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libast/common/cdt/
H A Ddthdr.h69 #define lrotate(x,y) ((x)->right = (y)->left, (y)->left = (x)) macro
74 #define LROTATE(x,y) (lrotate(x,y), (x) = (y))
H A Ddttree.c156 { lrotate(root,t);
204 { lrotate(root,t);