Searched defs:new_token_index (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dsrec.c1530 stokenID new_token_index = MAXstokenID; local
1607 new_token_index = setup_free_fsmarc_token(rec, fsm_arc, fsm_arc_index, EXIT_IF_NO_TOKENS);
1609 token = &(rec->fsmarc_token_array[new_token_index]);
1612 rec->active_fsmarc_tokens = new_token_index;
1615 rec->best_token_for_arc[fsm_arc_index] = new_token_index;
1620 new_token_index = rec->best_token_for_arc[fsm_arc_index];
1621 token = &(rec->fsmarc_token_array[ new_token_index]);
1700 stokenID new_token_index; local
1767 new_token_index = get_free_fsmnode_token(rec, EXIT_IF_NO_TOKENS);
1769 token = &(rec->fsmnode_token_array[new_token_index]);
[all...]

Completed in 18 milliseconds