Searched refs:secondPartitionStartIndex (Results 1 – 1 of 1) sorted by relevance
251 int secondPartitionStartIndex = getPartitionIndexForCurrentCluster(); in splitAndAddCurrentCluster() local252 if (secondPartitionStartIndex != -1) { in splitAndAddCurrentCluster()254 for (int j = 0; j < secondPartitionStartIndex; j++) { in splitAndAddCurrentCluster()259 for (int j = secondPartitionStartIndex; j < numCurrClusterItems; j++) { in splitAndAddCurrentCluster()