Searched defs:lrotate (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/cdt/ | ||
H A D | cdtlib.h | 153 #define lrotate(x,y) ((x)->_rght = (y)->_left, (y)->_left = (x)) macro 158 #define LROTATE(x,y) (lrotate(x,y), (x) = (y)) |
Completed in 995 milliseconds