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

  /external/srec/srec/crec/
srec_context.c 339 Interface->max_words = (wordID)(num_words + num_words_to_add);
341 /* *pwmap->words = (ptr32*) CALLOC_CLR(wmap->max_words, sizeof(ptr32), "graph.wordmap.words"); */
342 Interface->words = (char**) CALLOC_CLR(Interface->max_words, sizeof(char*), "srec.graph.wordmap.words");
555 wmap->max_words = wmap->num_words;
646 wmap->max_words = wmap->num_base_words;
722 if (wmap->num_words == wmap->max_words)
727 int itmp_max_words = wmap->max_words * FST_GROW_FACTOR;
729 if(itmp_max_words - wmap->max_words < FST_GROW_MINWORDS)
733 PLogError("error: word ptr overflow in wmap %d max %d\n", (int)wmap->num_words, wmap->max_words);
745 wmap->max_words = tmp_max_words
    [all...]
  /external/srec/srec/include/
srec_context.h 51 wordID max_words; member in struct:__anon14851
54 char** words; /* size max_words */
  /external/srec/tools/test_g2g/
test_g2g.c 227 fst->olabels->num_words, fst->olabels->max_words,

Completed in 46 milliseconds