Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfibheap.c198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node, in fibheap_replace_key_data() function
242 return fibheap_replace_key_data (heap, node, node->key, data); in fibheap_replace_data()
250 fibheap_replace_key_data (heap, node, key, node->data); in fibheap_replace_key()
H A DChangeLog3056 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
4420 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
5308 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfibheap.c198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node, in fibheap_replace_key_data() function
242 return fibheap_replace_key_data (heap, node, node->key, data); in fibheap_replace_data()
250 fibheap_replace_key_data (heap, node, key, node->data); in fibheap_replace_key()
H A DChangeLog3137 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
4501 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
5389 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfibheap.c198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node, in fibheap_replace_key_data() function
242 return fibheap_replace_key_data (heap, node, node->key, data); in fibheap_replace_data()
250 fibheap_replace_key_data (heap, node, key, node->data); in fibheap_replace_key()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfibheap.c198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node, in fibheap_replace_key_data() function
242 return fibheap_replace_key_data (heap, node, node->key, data); in fibheap_replace_data()
250 fibheap_replace_key_data (heap, node, key, node->data); in fibheap_replace_key()
H A DChangeLog3547 * fibheap.c (fibheap_replace_key_data): Make sure we don't early
4911 fibheap_union, fibheap_extract_min, fibheap_replace_key_data,
5799 * fibheap.c (fibheap_replace_key_data): Change type of OKEY to
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dfibheap.h81 extern void *fibheap_replace_key_data (fibheap_t, fibnode_t,
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dfibheap.h81 extern void *fibheap_replace_key_data (fibheap_t, fibnode_t,
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dfibheap.h81 extern void *fibheap_replace_key_data (fibheap_t, fibnode_t,
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dfibheap.h81 extern void *fibheap_replace_key_data (fibheap_t, fibnode_t,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20145460 (fibonacci_heap::replace_key_data): Created from fibheap_replace_key_data.