Searched refs:a_root (Results 1 – 1 of 1) sorted by relevance
146 fibnode_t a_root, b_root, temp; in fibheap_union() local149 if ((a_root = heapa->root) == NULL) in fibheap_union()161 a_root->left->right = b_root; in fibheap_union()162 b_root->left->right = a_root; in fibheap_union()163 temp = a_root->left; in fibheap_union()164 a_root->left = b_root->left; in fibheap_union()