Searched defs:D_OPPOSITE (Results 1 – 2 of 2) sorted by relevance
43 #define D_OPPOSITE(x) (((x)==Left) ? Right : Left ) macro