Searched refs:node_idx (Results 1 – 3 of 3) sorted by relevance
1951 int node_idx; in check_dst_limits_calc_pos_1() local1955 for (node_idx = 0; node_idx < eclosures->nelem; ++node_idx) in check_dst_limits_calc_pos_1()2062 int node_idx, lim_idx; in check_subexp_limits() local2078 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()2102 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()2116 --node_idx; in check_subexp_limits()2122 for (node_idx = 0; node_idx < dest_nodes->nelem; ++node_idx) in check_subexp_limits()2150 int node_idx, node; in sift_states_bkref() local2159 for (node_idx = 0; node_idx < candidates->nelem; ++node_idx) in sift_states_bkref()2447 int node_idx; in check_subexp_matching_top() local[all …]
1011 int node_idx = init_nodes.elems[i]; in create_initial_state() local1370 node->node_idx = node->left->node_idx; in calc_first()1412 int idx = node->node_idx; in link_nfa_nodes()1430 left = node->left->first->node_idx; in link_nfa_nodes()1432 left = node->next->node_idx; in link_nfa_nodes()1436 right = node->next->node_idx; in link_nfa_nodes()1635 int node_idx, incomplete; in calc_eclosure() local1641 for (node_idx = 0; ; ++node_idx) in calc_eclosure()1645 if (node_idx == dfa->nodes_len) in calc_eclosure()1650 node_idx = 0; in calc_eclosure()[all …]
453 int node_idx; member