Home
last modified time | relevance | path

Searched refs:m_root (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfibonacci_heap.h149 fibonacci_heap (K global_min_key): m_nodes (0), m_min (NULL), m_root (NULL), in fibonacci_heap()
259 fibonacci_node_t *m_root; variable
478 if ((a_root = heapa->m_root) == NULL) in union_with()
483 if ((b_root = heapb->m_root) == NULL) in union_with()
514 if (m_root == NULL) in insert_root()
516 m_root = node; in insert_root()
524 m_root->insert_after (node); in insert_root()
609 m_root = NULL; in remove_root()
611 m_root = node->remove (); in remove_root()
625 while ((w = m_root) != NULL) in consolidate()