Searched refs:SORT_SWAP (Results 1 – 2 of 2) sorted by relevance
59 #define SORT_SWAP(x,y) {SORT_TYPE __SORT_SWAP_t = (x); (x) = (y); (y) = __SORT_SWAP_t;} macro264 SORT_SWAP(dst[start], dst[end]); in REVERSE_ELEMENTS()279 SORT_SWAP(dst[size - 2], dst[size - 1]); in COUNT_RUN()588 #undef SORT_SWAP
90 #define SORT_SWAP(x,y) {SORT_TYPE __SORT_SWAP_t = (x); (x) = (y); (y) = __SORT_SWAP_t;} macro295 SORT_SWAP(dst[start], dst[end]); in REVERSE_ELEMENTS()310 SORT_SWAP(dst[size - 2], dst[size - 1]); in COUNT_RUN()618 #undef SORT_SWAP