Searched refs:swap_cnt (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/stdlib/ | ||
H A D | qsort.c | 87 int d, r, swaptype, swap_cnt; local 91 swap_cnt = 0; 118 swap_cnt = 1; 126 swap_cnt = 1; 135 swap_cnt = 1; 139 if (swap_cnt == 0) { /* Switch to insertion sort */ |
Completed in 1477 milliseconds