Searched refs:SWAPINIT (Results 1 – 2 of 2) sorted by relevance
60 #define SWAPINIT(TYPE, a, es) swaptype_ ## TYPE = \ macro122 loop: SWAPINIT(long, a, es); in qsort_r()123 SWAPINIT(int, a, es); in qsort_r()
65 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ macro106 loop: SWAPINIT(a, es); in _pqsort()