Searched refs:LROTATE (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddthdr.h74 #define LROTATE(x,y) (lrotate(x,y), (x) = (y)) macro
H A Ddttree.c78 LROTATE(root,t);
245 LROTATE(t,r);
278 LROTATE(root,t);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c255 #define LROTATE(r) (t = r->right, r->right = t->left, t->left = r, r = t) macro
305 LROTATE(root);
358 LROTATE(left);
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c248 #define LROTATE(x,y) (RIGHT(x) = LEFT(y), LEFT(y) = (x), (x) = (y)) macro
317 { LROTATE(root,t);

Completed in 27 milliseconds