Searched refs:swaptype (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | qsort.c | 100 #define SWAPINIT(a, es) swaptype = ((uintptr_t)(a) % sizeof(long)) || \ 107 int swaptype) in swapfunc() argument 109 if(swaptype <= 1) in swapfunc() 116 if (swaptype == 0) { \ 121 swapfunc(a, b, es, swaptype) 123 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) 191 int swaptype, swap_cnt; in __bsd_qsort_r() local
|