Searched refs:best (Results 1 - 1 of 1) sorted by relevance

/scripts/
H A Dkallsyms.c261 /* uncompress a compressed symbol. When this function is called, the best table
474 int i, best, bestprofit; local
477 best = 0;
481 best = i;
485 return best;
488 /* this is the core of the algorithm: calculate the "best" table */
491 int i, best; local
502 best = find_best_token();
503 if (token_profit[best] == 0)
506 /* place it in the "best" tabl
[all...]

Completed in 1525 milliseconds