Searched refs:get_arc_for_word (Results 1 – 3 of 3) sorted by relevance
/external/srec/srec/include/ |
D | astar.h | 125 arc_token* get_arc_for_word(arc_token* atoken, wordID word, void* context_void,
|
/external/srec/srec/crec/ |
D | text_parser.c | 83 next_atok = get_arc_for_word(atok, wdID, context, context->beg_silence_word); in check_word_path()
|
D | astar.c | 67 arc_token* get_arc_for_word(arc_token* atoken, wordID word, in get_arc_for_word() function 87 return get_arc_for_word(&root_arc, word, context_void, terminal_word); in get_arc_for_word() 753 arc_for_token_index = get_arc_for_word(parp->arc_for_wtoken, in astar_stack_do_backwards_search()
|