Searched refs:currentStrategy (Results 1 – 1 of 1) sorted by relevance
2315 static int nextStrategy(const int currentStrategy, const int bestStrategy) in nextStrategy() argument2317 if(bestStrategy <= currentStrategy) { in nextStrategy()2318 int candidate = 2 * bestStrategy - currentStrategy - 1; in nextStrategy()2320 candidate = currentStrategy + 1; in nextStrategy()2330 int candidate = 2 * bestStrategy - currentStrategy; in nextStrategy()2332 candidate = currentStrategy - 1; in nextStrategy()