Home | History | Annotate | Download | only in crec

Lines Matching refs:current_best_ftoken_cost

1280     rec->current_best_ftoken_cost[ilabel] = MAXcostdata / 2;
1500 if (ftoken->cost < rec->current_best_ftoken_cost[ilabel])
1502 rec->current_best_ftoken_cost[ilabel] = ftoken->cost;
1505 if (ftoken->cost < rec->current_best_ftoken_cost[NODE_INFO_UNKNOWN])
1507 rec->current_best_ftoken_cost[NODE_INFO_UNKNOWN] = ftoken->cost;