HomeSort by: relevance | last modified time | path
    Searched defs:heapa (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
fibonacci_heap.h 501 fibonacci_heap<K,V> *heapa = this; local
509 if ((a_root = heapa->m_root) == NULL)
511 delete (heapa);
517 return heapa;
524 heapa->m_nodes += heapb->m_nodes;
527 if (heapb->m_min->compare (heapa->m_min) < 0)
528 heapa->m_min = heapb->m_min;
534 return heapa;
  /src/external/gpl3/gcc.old/dist/gcc/
fibonacci_heap.h 501 fibonacci_heap<K,V> *heapa = this; local
509 if ((a_root = heapa->m_root) == NULL)
511 delete (heapa);
517 return heapa;
524 heapa->m_nodes += heapb->m_nodes;
527 if (heapb->m_min->compare (heapa->m_min) < 0)
528 heapa->m_min = heapb->m_min;
534 return heapa;

Completed in 57 milliseconds