Searched refs:node_idx (Results 1 – 3 of 3) sorted by relevance
1841 int node_idx; in check_dst_limits_calc_pos_1() local1845 for (node_idx = 0; node_idx < eclosures->nelem; ++node_idx) in check_dst_limits_calc_pos_1()1952 int node_idx, lim_idx; in check_subexp_limits() local1968 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()1992 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()2006 --node_idx; in check_subexp_limits()2012 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()2040 int node_idx, node; in sift_states_bkref() local2049 for (node_idx = 0; node_idx < candidates->nelem; ++node_idx) in sift_states_bkref()2337 int node_idx; in check_subexp_matching_top() local[all …]
945 int node_idx = init_nodes.elems[i]; in create_initial_state() local1298 node->node_idx = node->left->node_idx; in calc_first()1338 int idx = node->node_idx; in link_nfa_nodes()1356 left = node->left->first->node_idx; in link_nfa_nodes()1358 left = node->next->node_idx; in link_nfa_nodes()1362 right = node->next->node_idx; in link_nfa_nodes()1567 int node_idx, incomplete; in calc_eclosure() local1573 for (node_idx = 0; ; ++node_idx) in calc_eclosure()1577 if (node_idx == dfa->nodes_len) in calc_eclosure()1582 node_idx = 0; in calc_eclosure()[all …]
394 int node_idx; member
Completed in 18 milliseconds