Searched refs:itmp_max_words (Results 1 – 1 of 1) sorted by relevance
726 int itmp_max_words = wmap->max_words * FST_GROW_FACTOR; in wordmap_add_word() local728 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()731 if( itmp_max_words >= MAXwordID) { in wordmap_add_word()735 tmp_max_words = (wordID)itmp_max_words; in wordmap_add_word()827 int itmp_max_words = wmap->max_words * FST_GROW_FACTOR; in wordmap_add_word_in_rule() local828 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()831 if( itmp_max_words >= MAXwordID) { in wordmap_add_word_in_rule()836 tmp_max_words = (wordID)itmp_max_words; in wordmap_add_word_in_rule()