Searched refs:b_root (Results 1 – 1 of 1) sorted by relevance
146 fibnode_t a_root, b_root, temp; in fibheap_union() local154 if ((b_root = heapb->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()164 a_root->left = b_root->left; in fibheap_union()165 b_root->left = temp; in fibheap_union()