Home
last modified time | relevance | path

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

/external/libxml2/
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]); in REVERSE_ELEMENTS()
228 SORT_SWAP(dst[size - 2], dst[size - 1]); in COUNT_RUN()
501 #undef SORT_SWAP