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

/external/srec/srec/include/
H A Dsrec.h272 costdata current_best_ftoken_cost[NODE_INFO_NUMS]; member in struct:srec_t
/external/srec/srec/crec/
H A Dsrec.c1280 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;

Completed in 139 milliseconds