Searched refs:heap_end_index (Results 1 – 1 of 1) sorted by relevance
226 int heap_end_index = start_index + k * step_size; variable227 if (heap_end_index > length) {228 heap_end_index = length;231 for (int index = start_index, slot = 0; index < heap_end_index;241 for (int index = heap_end_index; index < length; index += step_size) {