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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DQsort.c130 int swaptype, swap_cnt; local
133 swap_cnt = 0;
161 swap_cnt = 1;
169 swap_cnt = 1;
178 swap_cnt = 1;
182 if (swap_cnt == 0) { /* Switch to insertion sort */
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsQuickSort.cpp107 int d, r, swaptype, swap_cnt; local
110 swap_cnt = 0;
137 swap_cnt = 1;
145 swap_cnt = 1;
154 swap_cnt = 1;
158 if (swap_cnt == 0) { /* Switch to insertion sort */

Completed in 39 milliseconds