Searched defs:rrotate (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/cdt/ | ||
H A D | cdtlib.h | 152 #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