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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddtflatten.c60 RROTATE(r,t);
63 { do RROTATE(r,t);
H A Ddthdr.h73 #define RROTATE(x,y) (rrotate(x,y), (x) = (y)) macro
H A Ddttree.c62 RROTATE(root,t);
82 RROTATE(root,t);
252 RROTATE(root,t);
265 RROTATE(root,t);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/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);
/macosx-10.9.5/ksh-20/ksh/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);

Completed in 80 milliseconds