Searched refs:swap_cnt (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dqsort.c116 int swaptype, swap_cnt; local
119 swap_cnt = 0;
147 swap_cnt = 1;
155 swap_cnt = 1;
164 swap_cnt = 1;
168 if (swap_cnt == 0) { /* Switch to insertion sort */

Completed in 63 milliseconds