SWAP_ROWS 1779 src/utils/math.c #define SWAP_ROWS(a, b) { Fixed *_tmp = a; (a)=(b); (b)=_tmp; } SWAP_ROWS 1964 src/utils/math.c #undef SWAP_ROWS