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

/freebsd-13-stable/lib/libc/stdlib/
H A Dqsort.c109 int swap_cnt; local
112 swap_cnt = 0;
141 swap_cnt = 1;
149 swap_cnt = 1;
158 swap_cnt = 1;
162 if (swap_cnt == 0) { /* Switch to insertion sort */
/freebsd-13-stable/sys/libkern/
H A Dqsort.c120 int swaptype_long, swaptype_int, swap_cnt; local
124 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-13-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 */

Completed in 113 milliseconds