Home
last modified time | relevance | path

Searched refs:stoken_index (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/crec/
Dword_lattice.c608 stokenID stoken_index, i; local
614 stoken_index = rec->active_fsmarc_tokens;
615 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index)
617 stoken = &rec->fsmarc_token_array[stoken_index];
623 old_token_index, stoken_index, i, stoken->cost[i]);
684 stokenID stoken_index; local
713 stoken_index = rec->active_fsmarc_tokens;
714 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index)
716 stoken = &rec->fsmarc_token_array[ stoken_index];
Dastar.c1078 stokenID stoken_index; in astar_stack_prepare_from_active_search() local
1113 stoken_index = rec->active_fsmarc_tokens; in astar_stack_prepare_from_active_search()
1114 for (; stoken_index != MAXstokenID; stoken_index = stoken->next_token_index) in astar_stack_prepare_from_active_search()
1116 stoken = &rec->fsmarc_token_array[ stoken_index]; in astar_stack_prepare_from_active_search()
Dsrec.c1917 stokenID stoken_index, next_stoken_index; in srec_terminate() local
1925 for (stoken_index = rec->active_fsmarc_tokens; stoken_index != MAXstokenID; in srec_terminate()
1926 stoken_index = next_stoken_index) in srec_terminate()
1928 stoken = &rec->fsmarc_token_array[ stoken_index]; in srec_terminate()
1930 free_fsmarc_token(rec, stoken_index); in srec_terminate()