Searched refs:SORT_SWAP (Results 1 – 1 of 1) 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()587 #undef SORT_SWAP