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

/haiku/src/system/libroot/posix/stdlib/
H A Dqsort.c85 int swap_cnt; local
91 swap_cnt = 0;
120 swap_cnt = 1;
128 swap_cnt = 1;
137 swap_cnt = 1;
141 if (swap_cnt == 0) { /* Switch to insertion sort */

Completed in 29 milliseconds