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