Searched refs:b_root (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
155 if ((b_root = heapb->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
165 a_root->left = b_root->left;
166 b_root->left = temp;
146 fibnode_t a_root, b_root, temp; local
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
155 if ((b_root = heapb->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
165 a_root->left = b_root->left;
166 b_root->left = temp;
146 fibnode_t a_root, b_root, temp; local
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
155 if ((b_root = heapb->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
165 a_root->left = b_root->left;
166 b_root->left = temp;
146 fibnode_t a_root, b_root, temp; local
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
155 if ((b_root = heapb->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
165 a_root->left = b_root->left;
166 b_root->left = temp;
146 fibnode_t a_root, b_root, temp; local
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
155 if ((b_root = heapb->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
165 a_root->left = b_root->left;
166 b_root->left = temp;
146 fibnode_t a_root, b_root, temp; local
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
155 if ((b_root = heapb->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
165 a_root->left = b_root->left;
166 b_root->left = temp;
146 fibnode_t a_root, b_root, temp; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfibonacci_heap.h503 fibonacci_node<K,V> *a_root, *b_root; local
514 if ((b_root = heapb->m_root) == NULL)
521 a_root->m_left->m_right = b_root;
522 b_root->m_left->m_right = a_root;
523 std::swap (a_root->m_left, b_root->m_left);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfibonacci_heap.h503 fibonacci_node<K,V> *a_root, *b_root; local
514 if ((b_root = heapb->m_root) == NULL)
521 a_root->m_left->m_right = b_root;
522 b_root->m_left->m_right = a_root;
523 std::swap (a_root->m_left, b_root->m_left);

Completed in 214 milliseconds