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

/external/srec/srec/crec/
H A Dsrec_eosd.c87 costdata wrapup_cost = rec->context->wrapup_cost; local
176 eos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost;
180 eos_cost_margin = oeftoken->cost + wrapup_cost - eftoken->cost;
184 eos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost;
188 eos_cost_margin = oeftoken->cost + wrapup_cost - eftoken->cost;
206 opteos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost;
252 the cost at endnode is the same or worse (even wrapup_cost adjustment) */
H A Dsrec_context.c3179 /* wrapup_cost .. will now be calculated on line */
3440 /* wrapup_cost .. will now be calculated on line */
3648 costdata wrapup_cost; local
3727 wrapup_cost = MAXcostdata;
3736 if (wrapup_cost == MAXcostdata)
3737 wrapup_cost = arc->cost;
3738 else if (context->wrapup_cost != arc->cost)
3740 wrapup_cost = arc->cost;
3746 context->wtw_average = wrapup_cost;
3749 if (context->wrapup_cost < MIN_WRAPUP_COS
[all...]
/external/srec/srec/include/
H A Dsrec_context.h116 costdata wrapup_cost; /* cost of going from optend nodes to endnode */ member in struct:srec_context

Completed in 897 milliseconds