Searched refs:heap_end_index (Results 1 – 1 of 1) sorted by relevance
225 int heap_end_index = start_index + k * step_size; variable226 if (heap_end_index > length) {227 heap_end_index = length;230 for (int index = start_index, slot = 0; index < heap_end_index;240 for (int index = heap_end_index; index < length; index += step_size) {