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 349 /* use a hashtable to save mapping between wdID and array index */
594 wordID wdID;
597 wdID = 0;
601 while ( ( wdID < num_words ) && ( populate_status == ESR_SUCCESS ) )
603 populate_status = PHashTablePutValue ( word_map->wordIDForWord, word_map->words[wdID],
604 (const void *)(uintptr_t)wdID, NULL );
606 wdID++;
677 wordID wdID =0;
756 wdID = (wordID)(wmap->num_words - (wordID)1);
759 ESR_ReturnCode rc = PHashTablePutValue ( wmap->wordIDForWord, wmap->words[wdID],
3498 wordID wdid; local
    [all...]

Completed in 40 milliseconds