Searched defs:SWAP (Results 1 – 5 of 5) sorted by relevance
12 #define SWAP(x, y) ({auto& [x0, x1] = x; __typeof__(x) t = {x0, x1}; auto& [y0, y1] = y; auto& [t0… macro
304 #define SWAP(x, y) ({__typeof__(x) temp = x; x = y; y = temp; }) macro
72 SWAP, enumerator
61 #define SWAP p1 macro195 SWAP = cmp.gt(EXPC,EXPA) // If C >> PP define
124 #define SWAP(T, A, B) \ macro