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

/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp639 int max_model_sym = 0; local
642 for(iter.Reset(); !iter.Done(); iter.Next() ) max_model_sym++; */
897 rc = FstMergeOLabelsToILabels_GetMax( clg_det_fst, /*int&*/max_model_sym);
899 cout << "info: merging into ilabels I=i+" << max_model_sym << "*o" << endl;
900 rc = FstMergeOLabelsToILabels( clg_det_fst, max_model_sym);
906 rc = FstSplitOLabelsFromILabels( clg_det_fst, max_model_sym);

Completed in 87 milliseconds