HomeSort by relevance Sort by last modified time
    Searched full:xftoken (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/crec/
srec_eosd.c 57 when there were no live alternative tokens, ie xftoken == NUL was causing
85 fsmnode_token *ftoken, *eftoken, *oeftoken, *xftoken; local
102 xftoken = &rec->fsmnode_token_array[ xftoken_index];
104 xftoken = NULL;
170 else if (!oeftoken && !xftoken)
176 eos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost;
178 else if (!xftoken)
184 eos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost;
200 else if (!xftoken)
206 opteos_cost_margin = xftoken->cost + wrapup_cost - eftoken->cost
    [all...]

Completed in 752 milliseconds