Lines Matching refs:boot_tree
1743 void update_i_c_post_order_ref_tree(Tree* ref_tree, Node* orig, Node* target, Tree* boot_tree, shor… in update_i_c_post_order_ref_tree() argument
1761 for (j=0; j < boot_tree->nb_edges; j++) { /* for all the terminal edges of boot_tree */ in update_i_c_post_order_ref_tree()
1762 if(boot_tree->a_edges[j]->right->nneigh != 1) continue; in update_i_c_post_order_ref_tree()
1765 if (strcmp(target->name,boot_tree->a_edges[j]->right->name)) { in update_i_c_post_order_ref_tree()
1778 for (j=0; j < boot_tree->nb_edges; j++) in update_i_c_post_order_ref_tree()
1784 if(boot_tree->a_edges[j]->right->nneigh == 1){ in update_i_c_post_order_ref_tree()
1791 …update_i_c_post_order_ref_tree(ref_tree, target, target->neigh[dir], boot_tree, i_matrix, c_matrix… in update_i_c_post_order_ref_tree()
1793 for (j=0; j < boot_tree->nb_edges; j++) { /* for all the terminal edges of boot_tree */ in update_i_c_post_order_ref_tree()
1794 if(boot_tree->a_edges[j]->right->nneigh != 1) continue; in update_i_c_post_order_ref_tree()
1810 void update_all_i_c_post_order_ref_tree(Tree* ref_tree, Tree* boot_tree, short unsigned** i_matrix,… in update_all_i_c_post_order_ref_tree() argument
1814 …for(i=0; i<n; i++) update_i_c_post_order_ref_tree(ref_tree, root, root->neigh[i], boot_tree, i_mat… in update_all_i_c_post_order_ref_tree()
1821 void update_i_c_post_order_boot_tree(Tree* ref_tree, Tree* boot_tree, Node* orig, Node* target, sho… in update_i_c_post_order_boot_tree() argument
1850 update_i_c_post_order_boot_tree(ref_tree, boot_tree, target, target->neigh[dir], in update_i_c_post_order_boot_tree()
1882 void update_all_i_c_post_order_boot_tree(Tree* ref_tree, Tree* boot_tree, short unsigned** i_matrix… in update_all_i_c_post_order_boot_tree() argument
1885 Node* root = boot_tree->node0; in update_all_i_c_post_order_boot_tree()
1887 …for(i=0 ; i<n ; i++) update_i_c_post_order_boot_tree(ref_tree, boot_tree, root, root->neigh[i], i_… in update_all_i_c_post_order_boot_tree()