Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dfibheap.c86 fibheap_comp_data (fibheap_t heap, fibheapkey_t key, void *data, fibnode_t b) in fibheap_comp_data()
98 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data) in fibheap_insert()
124 fibheap_min (fibheap_t heap) in fibheap_min()
134 fibheap_min_key (fibheap_t heap) in fibheap_min_key()
178 fibheap_extract_min (fibheap_t heap) in fibheap_extract_min()
198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node, in fibheap_replace_key_data()
240 fibheap_replace_data (fibheap_t heap, fibnode_t node, void *data) in fibheap_replace_data()
247 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
256 fibheap_delete_node (fibheap_t heap, fibnode_t node) in fibheap_delete_node()
274 fibheap_delete (fibheap_t heap) in fibheap_delete()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dcofflink.c1196 dores_com (char *ptr, bfd *output_bfd, int heap) in dores_com()