Searched refs:heapb (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fibonacci_heap.h | 246 fibonacci_heap *union_with (fibonacci_heap *heapb); 499 fibonacci_heap<K,V>::union_with (fibonacci_heap<K,V> *heapb) in union_with() argument 506 gcc_checking_assert (m_allocator == heapb->m_allocator); in union_with() 512 return heapb; in union_with() 514 if ((b_root = heapb->m_root) == NULL) in union_with() 516 delete (heapb); in union_with() 524 heapa->m_nodes += heapb->m_nodes; in union_with() 527 if (heapb->m_min->compare (heapa->m_min) < 0) in union_with() 528 heapa->m_min = heapb->m_min; in union_with() 531 heapb->m_min = NULL; in union_with() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fibonacci_heap.h | 246 fibonacci_heap *union_with (fibonacci_heap *heapb); 499 fibonacci_heap<K,V>::union_with (fibonacci_heap<K,V> *heapb) in union_with() argument 506 gcc_checking_assert (m_allocator == heapb->m_allocator); in union_with() 512 return heapb; in union_with() 514 if ((b_root = heapb->m_root) == NULL) in union_with() 516 delete (heapb); in union_with() 524 heapa->m_nodes += heapb->m_nodes; in union_with() 527 if (heapb->m_min->compare (heapa->m_min) < 0) in union_with() 528 heapa->m_min = heapb->m_min; in union_with() 531 heapb->m_min = NULL; in union_with() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | fibheap.c | 144 fibheap_union (fibheap_t heapa, fibheap_t heapb) in fibheap_union() argument 152 return heapb; in fibheap_union() 154 if ((b_root = heapb->root) == NULL) in fibheap_union() 156 free (heapb); in fibheap_union() 166 heapa->nodes += heapb->nodes; in fibheap_union() 169 if (fibheap_compare (heapa, heapb->min, heapa->min) < 0) in fibheap_union() 170 heapa->min = heapb->min; in fibheap_union() 172 free (heapb); in fibheap_union()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | fibheap.c | 144 fibheap_union (fibheap_t heapa, fibheap_t heapb) in fibheap_union() argument 152 return heapb; in fibheap_union() 154 if ((b_root = heapb->root) == NULL) in fibheap_union() 156 free (heapb); in fibheap_union() 166 heapa->nodes += heapb->nodes; in fibheap_union() 169 if (fibheap_compare (heapa, heapb->min, heapa->min) < 0) in fibheap_union() 170 heapa->min = heapb->min; in fibheap_union() 172 free (heapb); in fibheap_union()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | fibheap.c | 144 fibheap_union (fibheap_t heapa, fibheap_t heapb) in fibheap_union() argument 152 return heapb; in fibheap_union() 154 if ((b_root = heapb->root) == NULL) in fibheap_union() 156 free (heapb); in fibheap_union() 166 heapa->nodes += heapb->nodes; in fibheap_union() 169 if (fibheap_compare (heapa, heapb->min, heapa->min) < 0) in fibheap_union() 170 heapa->min = heapb->min; in fibheap_union() 172 free (heapb); in fibheap_union()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | fibheap.c | 144 fibheap_union (fibheap_t heapa, fibheap_t heapb) in fibheap_union() argument 152 return heapb; in fibheap_union() 154 if ((b_root = heapb->root) == NULL) in fibheap_union() 156 free (heapb); in fibheap_union() 166 heapa->nodes += heapb->nodes; in fibheap_union() 169 if (fibheap_compare (heapa, heapb->min, heapa->min) < 0) in fibheap_union() 170 heapa->min = heapb->min; in fibheap_union() 172 free (heapb); in fibheap_union()
|