Searched refs:fibheap_compare (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | fibheap.c | 47 static int fibheap_compare (fibheap_t, fibnode_t, fibnode_t); 76 fibheap_compare (fibheap_t heap ATTRIBUTE_UNUSED, fibnode_t a, fibnode_t b) in fibheap_compare() function 93 return fibheap_compare (heap, &a, b); in fibheap_comp_data() 169 if (fibheap_compare (heapa, heapb->min, heapa->min) < 0) in fibheap_union() 226 if (y != NULL && fibheap_compare (heap, node, y) <= 0) in fibheap_replace_key_data() 232 if (fibheap_compare (heap, node, heap->min) <= 0) in fibheap_replace_key_data() 378 if (fibheap_compare (heap, x, y) > 0) in fibheap_consolidate() 396 if (heap->min == NULL || fibheap_compare (heap, a[i], heap->min) < 0) in fibheap_consolidate()
|
D | ChangeLog | 2644 * fibheap.c (fibheap_new, fibnode_new, fibheap_compare,
|