Searched refs:SWAPINIT (Results 1 – 2 of 2) sorted by relevance
58 #define SWAPINIT(TYPE, a, es) swaptype_ ## TYPE = \ macro120 loop: SWAPINIT(long, a, es);121 SWAPINIT(int, a, es);
68 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ macro124 loop: SWAPINIT(a, es); in rk_qsort_r()