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

/ast/src/lib/librecsort/
H A Drshdr.h98 #define RROTATE(r,t) (r->left = t->right, t->right = r, r = t) macro
/ast/src/lib/libast/cdt/
H A Dcdtlib.h157 #define RROTATE(x,y) (rrotate(x,y), (x) = (y)) macro
/ast/src/cmd/mailx/port/
H A Ddthdr.h121 #define RROTATE(x,y) ((x)->left = (y)->right, (y)->right = (x), (x) = (y)) macro
/ast/src/lib/libast/misc/
H A Dfts.c254 #define RROTATE(r) (t = r->left, r->left = t->right, t->right = r, r = t) macro
280 RROTATE(root);
/ast/src/lib/libast/vmalloc/
H A Dvmbest.c238 #define RROTATE(x,y) (LEFT(x) = RIGHT(y), RIGHT(y) = (x), (x) = (y)) macro
293 { RROTATE(root,t);
334 RROTATE(root,t);
348 RROTATE(r,t);

Completed in 27 milliseconds