Searched refs:SORT_SWAP (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/
H A Dtimsort.h102 #define SORT_SWAP(x,y) {SORT_TYPE __SORT_SWAP_t = (x); (x) = (y); (y) = __SORT_SWAP_t;} macro
215 SORT_SWAP(dst[start], dst[end]);
228 SORT_SWAP(dst[size - 2], dst[size - 1]);
501 #undef SORT_SWAP macro

Completed in 63 milliseconds