OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_new_states
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/crec/
srec_debug.c
84
printf("num_new_states %d/%d fsmarc_token_array_size %d freelist %d\n", rec->num_new_states, rec->
max_new_states
, rec->fsmarc_token_array_size, rec->fsmarc_token_freelist);
srec_initialize.c
97
rec->
max_new_states
= (stokenID)max_hmm_tokens;
srec.c
519
while ((rec->num_new_states >= rec->
max_new_states
- 1)
[
all
...]
/external/srec/srec/include/
srec.h
177
max_new_states
... same as fsmarc_token_array_size
213
nodeID
max_new_states
; /*the num allocated in the new_states array - if the search is exceeding this,
member in struct:srec_t
Completed in 66 milliseconds