Searched refs:lrotate (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/cdt/
H A Dcdtlib.h153 #define lrotate(x,y) ((x)->_rght = (y)->_left, (y)->_left = (x)) macro
158 #define LROTATE(x,y) (lrotate(x,y), (x) = (y))
H A Ddttree.c480 { lrotate(root,t);

Completed in 271 milliseconds