Searched defs:RROTATE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddthdr.h73 #define RROTATE(x,y) (rrotate(x,y), (x) = (y)) macro
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c254 #define RROTATE(r) (t = r->left, r->left = t->right, t->right = r, r = t) macro
280 RROTATE(root);
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c247 #define RROTATE(x,y) (LEFT(x) = RIGHT(y), RIGHT(y) = (x), (x) = (y)) macro
302 { RROTATE(root,t);
343 RROTATE(root,t);
357 RROTATE(r,t);

Completed in 62 milliseconds