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

/freebsd-10.0-release/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-10.0-release/lib/libc/stdlib/
H A Dqsort.c116 int swaptype, swap_cnt; local
119 swap_cnt = 0;
147 swap_cnt = 1;
155 swap_cnt = 1;
164 swap_cnt = 1;
168 if (swap_cnt == 0) { /* Switch to insertion sort */
/freebsd-10.0-release/sys/libkern/
H A Dqsort.c110 int d, r, swaptype, swap_cnt; local
113 swap_cnt = 0;
140 swap_cnt = 1;
148 swap_cnt = 1;
157 swap_cnt = 1;
161 if (swap_cnt == 0) { /* Switch to insertion sort */

Completed in 133 milliseconds