OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_fsmarc_tokens
(Results
1 - 6
of
6
) sorted by null
/external/srec/srec/crec/
srec_debug.c
82
printf("prune_delta %d
active_fsmarc_tokens
%d\n",
83
rec->prune_delta, rec->
active_fsmarc_tokens
);
87
count2 = count_fsmarc_token_list(rec, rec->
active_fsmarc_tokens
);
srec_stats.c
95
st_index = rec->
active_fsmarc_tokens
;
srec.c
146
for (i = rec->
active_fsmarc_tokens
; i != MAXstokenID; i = stoken->next_token_index)
160
for (i = rec->
active_fsmarc_tokens
; i != MAXstokenID; i = stoken->next_token_index)
183
for (i = rec->
active_fsmarc_tokens
; i != MAXstokenID; i = stoken->next_token_index)
379
current_token_index = rec->
active_fsmarc_tokens
;
452
list_head_pointer = &(rec->
active_fsmarc_tokens
);
454
for (token_index = rec->
active_fsmarc_tokens
; token_index != MAXstokenID;
536
print_fsmarc_token_list(rec, rec->
active_fsmarc_tokens
, "CANNOT PRUNE");
636
for (token_index = rec->
active_fsmarc_tokens
;
[
all
...]
word_lattice.c
614
stoken_index = rec->
active_fsmarc_tokens
;
713
stoken_index = rec->
active_fsmarc_tokens
;
astar.c
[
all
...]
/external/srec/srec/include/
srec.h
175
x
active_fsmarc_tokens
176
num_new_states ... num in
active_fsmarc_tokens
207
stokenID
active_fsmarc_tokens
; /*head of list of state tokens for the next frame. Used during
member in struct:srec_t
Completed in 57 milliseconds