Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/include/
H A Dfibheap.h76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dfibheap.h76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dfibheap.h76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dfibheap.h76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *);
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfibheap.c98 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data) in fibheap_insert() function
H A DChangeLog4419 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
6312 (fibheap_insert): Remove check for node allocation failure.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfibheap.c98 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data) in fibheap_insert() function
H A DChangeLog4500 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
6393 (fibheap_insert): Remove check for node allocation failure.
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfibheap.c98 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data) in fibheap_insert() function
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfibheap.c98 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data) in fibheap_insert() function
H A DChangeLog4910 fibheap_comp_data, fibheap_insert, fibheap_min, fibheap_min_key,
6803 (fibheap_insert): Remove check for node allocation failure.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20145455 (fibonacci_heap::insert): Created from fibheap_insert.