Home
last modified time | relevance | path

Searched refs:FST_GROW_MINWORDS (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/crec/
Dsrec_context.c673 #define FST_GROW_MINWORDS 32 macro
729 if(itmp_max_words - wmap->max_words < FST_GROW_MINWORDS) in wordmap_add_word()
730 itmp_max_words += FST_GROW_MINWORDS; in wordmap_add_word()
829 if(itmp_max_words - wmap->max_words < FST_GROW_MINWORDS) in wordmap_add_word_in_rule()
830 itmp_max_words += FST_GROW_MINWORDS; in wordmap_add_word_in_rule()