Home
last modified time | relevance | path

Searched refs:currentStrategy (Results 1 – 1 of 1) sorted by relevance

/external/zstd/tests/
Dparamgrill.c2315 static int nextStrategy(const int currentStrategy, const int bestStrategy) in nextStrategy() argument
2317 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()