/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | fibheap.h | 50 typedef long fibheapkey_t; typedef 65 fibheapkey_t key; 77 extern fibnode_t fibheap_insert (fibheap_t, fibheapkey_t, void *); 79 extern fibheapkey_t fibheap_min_key (fibheap_t); 80 extern fibheapkey_t fibheap_replace_key (fibheap_t, fibnode_t, 81 fibheapkey_t); 83 fibheapkey_t, void *);
|
/dflybsd-src/contrib/binutils-2.34/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 *);
|
/dflybsd-src/contrib/binutils-2.27/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 *);
|
/dflybsd-src/contrib/gcc-8.0/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 *);
|
/dflybsd-src/contrib/gcc-8.0/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()
|
/dflybsd-src/contrib/gcc-4.7/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()
|
/dflybsd-src/contrib/binutils-2.34/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()
|
/dflybsd-src/contrib/binutils-2.27/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()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | bb-reorder.c | 180 static fibheapkey_t bb_to_key (basic_block); 436 fibheapkey_t key; in find_traces_1_round() 804 static fibheapkey_t
|