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.c672 #define FST_GROW_MINWORDS 32 macro
728 if(itmp_max_words - wmap->max_words < FST_GROW_MINWORDS) in wordmap_add_word()
729 itmp_max_words += FST_GROW_MINWORDS; in wordmap_add_word()
828 if(itmp_max_words - wmap->max_words < FST_GROW_MINWORDS) in wordmap_add_word_in_rule()
829 itmp_max_words += FST_GROW_MINWORDS; in wordmap_add_word_in_rule()