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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dqsort.c122 int swaptype, swap_cnt; local
125 swap_cnt = 0;
153 swap_cnt = 1;
161 swap_cnt = 1;
170 swap_cnt = 1;
174 if (swap_cnt == 0) { /* Switch to insertion sort */
/freebsd-11-stable/sys/libkern/
H A Dqsort.c118 int swaptype_long, swaptype_int, swap_cnt; local
122 swap_cnt = 0;
151 swap_cnt = 1;
159 swap_cnt = 1;
168 swap_cnt = 1;
172 if (swap_cnt == 0) { /* Switch to insertion sort */
/freebsd-11-stable/lib/libc/stdlib/
H A Dqsort.c96 int swap_cnt; local
99 swap_cnt = 0;
128 swap_cnt = 1;
136 swap_cnt = 1;
145 swap_cnt = 1;
149 if (swap_cnt == 0) { /* Switch to insertion sort */

Completed in 194 milliseconds