Searched refs:fibheapkey_t (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/binutils/include/ |
| HD | fibheap.h | 45 typedef long fibheapkey_t; typedef 60 fibheapkey_t key; 72 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *); 74 extern fibheapkey_t fibheap_min_key (fibheap_t); 75 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t, 76 fibheapkey_t); 78 fibheapkey_t, void *);
|
| /NextBSD/contrib/gcclibs/include/ |
| HD | fibheap.h | 45 typedef long fibheapkey_t; typedef 60 fibheapkey_t key; 72 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *); 74 extern fibheapkey_t fibheap_min_key (fibheap_t); 75 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t, 76 fibheapkey_t); 78 fibheapkey_t, void *);
|
| /NextBSD/contrib/gdb/include/ |
| HD | fibheap.h | 45 typedef long fibheapkey_t; typedef 60 fibheapkey_t key; 72 extern fibnode_t fibheap_insert PARAMS ((fibheap_t, fibheapkey_t, void *)); 74 extern fibheapkey_t fibheap_min_key PARAMS ((fibheap_t)); 75 extern fibheapkey_t fibheap_replace_key PARAMS ((fibheap_t, fibnode_t, 76 fibheapkey_t)); 78 fibheapkey_t, void *));
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | fibheap.c | 48 static int fibheap_comp_data (fibheap_t, fibheapkey_t, void *, fibnode_t); 86 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() 133 fibheapkey_t 199 fibheapkey_t key, void *data) in fibheap_replace_key_data() 202 fibheapkey_t okey; in fibheap_replace_key_data() 243 fibheapkey_t 244 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | fibheap.c | 48 static int fibheap_comp_data (fibheap_t, fibheapkey_t, void *, fibnode_t); 86 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() 133 fibheapkey_t 199 fibheapkey_t key, void *data) in fibheap_replace_key_data() 202 fibheapkey_t okey; in fibheap_replace_key_data() 243 fibheapkey_t 244 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
|
| /NextBSD/contrib/gcc/ |
| HD | bb-reorder.c | 175 static fibheapkey_t bb_to_key (basic_block); 441 fibheapkey_t key; in find_traces_1_round() 808 static fibheapkey_t
|