swaptype 57 usr/lib/libc/stdlib/qsort.c #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ swaptype 61 usr/lib/libc/stdlib/qsort.c swapfunc(a, b, n, swaptype) swaptype 64 usr/lib/libc/stdlib/qsort.c int swaptype; swaptype 66 usr/lib/libc/stdlib/qsort.c if (swaptype <= 1) swaptype 73 usr/lib/libc/stdlib/qsort.c if (swaptype == 0) { \ swaptype 78 usr/lib/libc/stdlib/qsort.c swapfunc(a, b, es, swaptype) swaptype 80 usr/lib/libc/stdlib/qsort.c #define vecswap(a, b, n) if ((n) > 0) swapfunc((a), (b), (size_t)(n), swaptype) swaptype 99 usr/lib/libc/stdlib/qsort.c int d, r, swaptype, swap_cnt;