Searched refs:itmp_max_words (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dsrec_context.c726 int itmp_max_words = wmap->max_words * FST_GROW_FACTOR; local
728 if(itmp_max_words - wmap->max_words < FST_GROW_MINWORDS)
729 itmp_max_words += FST_GROW_MINWORDS;
731 if( itmp_max_words >= MAXwordID) {
735 tmp_max_words = (wordID)itmp_max_words;
827 int itmp_max_words = wmap->max_words * FST_GROW_FACTOR; local
828 if(itmp_max_words - wmap->max_words < FST_GROW_MINWORDS)
829 itmp_max_words += FST_GROW_MINWORDS;
831 if( itmp_max_words >= MAXwordID) {
836 tmp_max_words = (wordID)itmp_max_words;
[all...]

Completed in 57 milliseconds