HomeSort by relevance Sort by last modified time
    Searched refs:wdID (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/crec/
text_parser.c 39 wordID wdID;
79 wdID = wordmap_find_index(context->olabels, copy_of_word);
81 if (wdID < MAXwordID)
83 next_atok = get_arc_for_word(atok, wdID, context, context->beg_silence_word);
164 wordID k, wdid = wordmap_find_index(context->olabels, p); local
165 if (wdid < MAXwordID) continue;
168 wdid = wordmap_find_index_in_rule(context->olabels, p, k);
169 if (wdid < MAXwordID) break;
171 if (wdid == MAXwordID)
srec_context.c 348 /* use a hashtable to save mapping between wdID and array index */
593 wordID wdID;
596 wdID = 0;
600 while ( ( wdID < num_words ) && ( populate_status == ESR_SUCCESS ) )
602 populate_status = PHashTablePutValue ( word_map->wordIDForWord, word_map->words[wdID],
603 (const void *)(int)wdID, NULL );
605 wdID++;
676 wordID wdID =0;
755 wdID = (wordID)(wmap->num_words - (wordID)1);
758 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[wdID],
3497 wordID wdid; local
    [all...]

Completed in 614 milliseconds