swaptype           62 opal/util/qsort.c #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
swaptype           66 opal/util/qsort.c swapfunc(a, b, n, swaptype)
swaptype           68 opal/util/qsort.c 	int n, swaptype;
swaptype           70 opal/util/qsort.c 	if(swaptype <= 1)
swaptype           77 opal/util/qsort.c 	if (swaptype == 0) {				\
swaptype           82 opal/util/qsort.c 		swapfunc(a, b, es, swaptype)
swaptype           84 opal/util/qsort.c #define vecswap(a, b, n) 	if ((n) > 0) swapfunc(a, b, n, swaptype)
swaptype          101 opal/util/qsort.c 	int d, r, swaptype, swap_cnt;