Searched refs:current_token_index (Results 1 – 1 of 1) sorted by relevance
353 stokenID current_token_index; in find_which_models_to_compute() local379 current_token_index = rec->active_fsmarc_tokens; in find_which_models_to_compute()381 while (current_token_index != MAXstokenID) in find_which_models_to_compute()383 current_token = &(rec->fsmarc_token_array[current_token_index]); in find_which_models_to_compute()398 current_token_index = current_token->next_token_index; in find_which_models_to_compute()698 ftokenID current_token_index = rec->active_fsmnode_tokens; in block_fsmnodes_per_backtrace() local699 while (current_token_index != MAXftokenID) { in block_fsmnodes_per_backtrace()700 fsmnode_token *token = &(rec->fsmnode_token_array[current_token_index]); in block_fsmnodes_per_backtrace()705 current_token_index = token->next_token_index; in block_fsmnodes_per_backtrace()1100 stokenID current_token_index; in update_internal_hmm_states() local[all …]