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

/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddthdr.h74 #define LROTATE(x,y) (lrotate(x,y), (x) = (y)) macro
/illumos-gate/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);
/illumos-gate/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 74 milliseconds