Searched defs:_rght (Results 1 - 1 of 1) sorted by relevance
| /ast/src/lib/libast/cdt/ |
| H A D | cdtlib.h | 148 #define _rght rh.__rght macro 152 #define rrotate(x,y) ((x)->_left = (y)->_rght, (y)->_rght = (x)) 153 #define lrotate(x,y) ((x)->_rght = (y)->_left, (y)->_left = (x)) 155 #define llink(l,x) ((l) = (l)->_rght = (x) ) 159 #define RRSHIFT(x,t) ((t) = (x)->_left->_left, (x)->_left->_left = (t)->_rght, \ 160 (t)->_rght = (x), (x) = (t) ) 161 #define LLSHIFT(x,t) ((t) = (x)->_rght->_rght, (x)->_rght [all...] |
Completed in 10 milliseconds