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

/freebsd-current/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-current/sys/libkern/
H A Dqsort.c117 int swaptype_long, swaptype_int, swap_cnt; local
121 swap_cnt = 0;
150 swap_cnt = 1;
158 swap_cnt = 1;
167 swap_cnt = 1;
171 if (swap_cnt == 0) { /* Switch to insertion sort */
/freebsd-current/lib/libc/stdlib/
H A Dqsort.c109 int swap_cnt; local
115 swap_cnt = 0;
144 swap_cnt = 1;
152 swap_cnt = 1;
161 swap_cnt = 1;
165 if (swap_cnt == 0) { /* Switch to insertion sort */

Completed in 134 milliseconds