OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_words
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/crec/
srec_context.c
338
Interface->
max_words
= (wordID)(num_words + num_words_to_add);
340
/* *pwmap->words = (ptr32*) CALLOC_CLR(wmap->
max_words
, sizeof(ptr32), "graph.wordmap.words"); */
341
Interface->words = (char**) CALLOC_CLR(Interface->
max_words
, sizeof(char*), "srec.graph.wordmap.words");
554
wmap->
max_words
= wmap->num_words;
645
wmap->
max_words
= wmap->num_base_words;
721
if (wmap->num_words == wmap->
max_words
)
726
int itmp_max_words = wmap->
max_words
* FST_GROW_FACTOR;
728
if(itmp_max_words - wmap->
max_words
< FST_GROW_MINWORDS)
732
PLogError("error: word ptr overflow in wmap %d max %d\n", (int)wmap->num_words, wmap->
max_words
);
744
wmap->
max_words
= tmp_max_words
[
all
...]
/external/srec/srec/include/
srec_context.h
51
wordID
max_words
;
member in struct:__anon15482
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 41 milliseconds