Searched refs:bestprofit (Results 1 – 1 of 1) sorted by relevance
594 int i, best, bestprofit; in find_best_token() local596 bestprofit=-10000; in find_best_token()600 if (token_profit[i] > bestprofit) { in find_best_token()602 bestprofit = token_profit[i]; in find_best_token()