Home
last modified time | relevance | path

Searched refs:swaptype_int (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dqsort.c104 swapfunc(char *a, char *b, size_t n, int swaptype_intptr_t, int swaptype_int) in swapfunc() argument
108 else if (swaptype_int <= 1) in swapfunc()
119 } else if (swaptype_int == 0) { \
124 swapfunc(a, b, es, swaptype_intptr_t, swaptype_int)
127 if ((n) > 0) swapfunc(a, b, n, swaptype_intptr_t, swaptype_int)
202 int swaptype_intptr_t, swaptype_int, swap_cnt; in __bsd_qsort_r() local