Searched refs:output_index (Results 1 – 1 of 1) sorted by relevance
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 1537 int output_index; in lts_for_word() local 1600 output_index = find_output_for_dp(lts, &backoff_output); in lts_for_word() 1603 pfprintf(PSTDOUT,"got output %d\n", output_index); in lts_for_word() 1608 if (strlen(lts->input_for_output[output_index]) > 0) { in lts_for_word() 1611 …pfprintf(PSTDOUT,"GOT INPUT %s for %s letter %c\n", lts->input_for_output[output_index], word, wor… in lts_for_word() 1614 input_seq = lts->input_for_output[output_index]; in lts_for_word() 1644 ts->outputs[output_index]); in lts_for_word() 1650 … num_out = add_output(lts->outputs[output_index], output_phone_string, num_out, max_phone_length); in lts_for_word()
|