Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtimsort.h59 #define SORT_SWAP(x,y) {SORT_TYPE __SORT_SWAP_t = (x); (x) = (y); (y) = __SORT_SWAP_t;} macro
264 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
/third_party/gettext/gnulib-local/lib/libxml/
Dtimsort.h90 #define SORT_SWAP(x,y) {SORT_TYPE __SORT_SWAP_t = (x); (x) = (y); (y) = __SORT_SWAP_t;} macro
295 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