OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stokenID
(Results
1 - 11
of
11
) sorted by null
/external/srec/srec/crec/
srec_debug.h
31
void print_fsmnode_token_list(srec* rec,
stokenID
token_index, char* msg);
33
void print_fsmarc_token(srec* rec,
stokenID
token_index, char* msg);
34
void print_fsmarc_token_list(srec* rec,
stokenID
token_index, char* msg);
srec_tokens.h
34
int count_fsmarc_token_list(srec* rec,
stokenID
token_index);
36
stokenID
setup_free_fsmarc_token(srec *rec, FSMarc* arc, arcID fsm_arc_index, miscdata what_to_do_if_fails);
37
void free_fsmarc_token(srec *rec,
stokenID
old_token_index);
38
void sort_fsmarc_token_list(srec* rec,
stokenID
* ptoken_index);
srec_tokens.c
37
int count_fsmarc_token_list(srec* rec,
stokenID
token_index)
55
stokenID
i;
67
stokenID
setup_free_fsmarc_token(srec *rec, FSMarc* arc, arcID fsm_arc_index, miscdata what_to_do_if_fails)
70
stokenID
token_to_return;
115
void free_fsmarc_token(srec *rec,
stokenID
old_token_index)
129
void sort_fsmarc_token_list(srec* rec,
stokenID
* ptoken_index)
srec_debug.c
66
void print_fsmnode_token_list(srec* rec,
stokenID
token_index, char* msg)
91
void print_fsmarc_token(srec* rec,
stokenID
token_index, char* msg)
120
void print_fsmarc_token_list(srec* rec,
stokenID
token_index, char* msg)
srec_initialize.c
94
rec->fsmarc_token_array_size = (
stokenID
)max_hmm_tokens;
97
rec->max_new_states = (
stokenID
)max_hmm_tokens;
178
rec->best_token_for_arc = (
stokenID
*)CALLOC_CLR(max_fsm_arcs, sizeof(
stokenID
), "search.srec.best_token_for_arc");
srec_stats.c
89
stokenID
st_index;
srec.c
139
stokenID
i, j;
353
stokenID
current_token_index;
445
stokenID
token_index;
447
stokenID
next_token_index;
448
stokenID
*list_head_pointer;
631
stokenID
token_index;
[
all
...]
word_lattice.c
608
stokenID
stoken_index, i;
684
stokenID
stoken_index;
astar.c
[
all
...]
/external/srec/srec/include/
srec.h
75
stokenID
next_token_index; /* for maintaining linked lists of these
205
stokenID
*best_token_for_arc; /* non-owning ptr, see multi_srec below */
207
stokenID
active_fsmarc_tokens; /*head of list of state tokens for the next frame. Used during
237
stokenID
fsmarc_token_array_size; /*total number of tokens allocated in this array*/
238
stokenID
fsmarc_token_freelist; /*index to head of state token freelist*/
268
stokenID
best_fsmarc_token; /* ?? index of best scoring state token
308
stokenID
*best_token_for_arc; /* array (size max_fsm_arcs) best path into
srec_sizes.h
34
typedef asr_uint16_t
stokenID
; /*for state token storage*/
Completed in 44 milliseconds