Lines Matching defs:gap
629 size_t gap = count;631 while (gap > 1 || swapped) {632 if (gap > 1) {638 * gap = (size_t)((double)gap / N)646 gap = (gap * 52540) / 65536;651 for (size_t i = 0; gap + i < count; i++) {652 if (data[i] > data[i + gap]) {653 swap_data(data, i, i + gap);
Indexes created Thu Oct 02 01:09:59 GMT 2025