/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | fibheap.h | 49 typedef long fibheapkey_t; typedef 64 fibheapkey_t key; 76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *); 78 extern fibheapkey_t fibheap_min_key (fibheap_t); 79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t, 80 fibheapkey_t); 82 fibheapkey_t, void *);
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | fibheap.h | 49 typedef long fibheapkey_t; typedef 64 fibheapkey_t key; 76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *); 78 extern fibheapkey_t fibheap_min_key (fibheap_t); 79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t, 80 fibheapkey_t); 82 fibheapkey_t, void *);
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | fibheap.h | 49 typedef long fibheapkey_t; typedef 64 fibheapkey_t key; 76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *); 78 extern fibheapkey_t fibheap_min_key (fibheap_t); 79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t, 80 fibheapkey_t); 82 fibheapkey_t, void *);
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | fibheap.h | 49 typedef long fibheapkey_t; typedef 64 fibheapkey_t key; 76 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *); 78 extern fibheapkey_t fibheap_min_key (fibheap_t); 79 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t, 80 fibheapkey_t); 82 fibheapkey_t, void *);
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | 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() 246 fibheapkey_t 247 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | 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() 246 fibheapkey_t 247 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | 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() 246 fibheapkey_t 247 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | 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() 246 fibheapkey_t 247 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
|