Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dsrec_debug.c84 …fsmarc_token_array_size %d freelist %d\n", rec->num_new_states, rec->max_new_states, rec->fsmarc_t… in print_search_status()
Dsrec_initialize.c97 rec->max_new_states = (stokenID)max_hmm_tokens; in allocate_recognition1()
Dsrec.c519 while ((rec->num_new_states >= rec->max_new_states - 1) in reprune_new_states()
/external/srec/srec/include/
Dsrec.h213 …nodeID max_new_states; /*the num allocated in the new_states array - if the search is exceeding t… member