Searched refs:a_root (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
150 if ((a_root = heapa->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
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;
150 if ((a_root = heapa->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
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;
150 if ((a_root = heapa->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
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;
150 if ((a_root = heapa->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
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;
150 if ((a_root = heapa->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
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;
150 if ((a_root = heapa->root) == NULL)
162 a_root->left->right = b_root;
163 b_root->left->right = a_root;
164 temp = a_root->left;
165 a_root->left = b_root->left;
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
509 if ((a_root = heapa->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
509 if ((a_root = heapa->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/bsd/jemalloc/include/jemalloc/internal/
H A Drb.h129 #define rbtn_first(a_type, a_field, a_rbt, a_root, r_node) do { \
130 (r_node) = (a_root); \
139 #define rbtn_last(a_type, a_field, a_rbt, a_root, r_node) do { \
140 (r_node) = (a_root); \
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Drb.h129 #define rbtn_first(a_type, a_field, a_rbt, a_root, r_node) do { \
130 (r_node) = (a_root); \
139 #define rbtn_last(a_type, a_field, a_rbt, a_root, r_node) do { \
140 (r_node) = (a_root); \

Completed in 216 milliseconds