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

/ast/src/lib/libast/cdt/
H A Dcdtlib.h152 #define rrotate(x,y) ((x)->_left = (y)->_rght, (y)->_rght = (x)) macro
157 #define RROTATE(x,y) (rrotate(x,y), (x) = (y))

Completed in 10 milliseconds