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

/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddthdr.h69 #define lrotate(x,y) ((x)->right = (y)->left, (y)->left = (x)) macro
74 #define LROTATE(x,y) (lrotate(x,y), (x) = (y))

Completed in 71 milliseconds