/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | fibheap.c | 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() 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 …]
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | fibheap.c | 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() 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 …]
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | fibheap.c | 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() 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 …]
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | fibheap.c | 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() 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 …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fibonacci_heap.c | 117 int_heap_t *heap = build_simple_heap (values, nodes); in test_replace_key() local 133 delete heap; in test_replace_key() local 142 int_heap_t *heap = new int_heap_t (INT_MIN); in test_duplicate_keys() local 163 delete heap; in test_duplicate_keys() local 254 class_fibonacci_heap_t *heap = new class_fibonacci_heap_t (INT_MIN); in test_struct_key() local 271 delete heap; in test_struct_key() local
|
H A D | ipa-inline.c | 1237 update_edge_key (edge_heap_t *heap, struct cgraph_edge *edge) in update_edge_key() 1334 update_caller_keys (edge_heap_t *heap, struct cgraph_node *node, in update_caller_keys() 1381 update_callee_keys (edge_heap_t *heap, struct cgraph_node *node, in update_callee_keys() 1436 edge_heap_t *heap) in lookup_recursive_calls() 1605 add_new_edges_to_heap (edge_heap_t *heap, vec<cgraph_edge *> new_edges) in add_new_edges_to_heap()
|
H A D | bb-reorder.c | 168 bb_heap_t *heap; member 274 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces() local 306 delete heap; in find_traces() local 452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
|
H A D | rtl-iter.h | 64 vec <value_type, va_heap, vl_embed> *heap; member
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ipa-inline.c | 895 update_edge_key (fibheap_t heap, struct cgraph_edge *edge) in update_edge_key() 1000 update_caller_keys (fibheap_t heap, struct cgraph_node *node, in update_caller_keys() 1049 update_callee_keys (fibheap_t heap, struct cgraph_node *node, in update_callee_keys() 1102 update_all_callee_keys (fibheap_t heap, struct cgraph_node *node, in update_all_callee_keys() 1142 fibheap_t heap) in lookup_recursive_calls() 1174 fibheap_t heap; in recursive_inlining() local 1302 add_new_edges_to_heap (fibheap_t heap, VEC (cgraph_edge_p, heap) *new_edges) in add_new_edges_to_heap() 1328 fibheap_t heap = fibheap_new (); in inline_small_functions() local
|
H A D | genattr.c | 35 static VEC (rtx, heap) *const_attrs, *reservations; in VEC() argument
|
H A D | tree-vectorizer.c | 84 VEC(vec_void_p,heap) *stmt_vec_info_vec; in VEC() argument
|
H A D | tree-ssa-sccvn.c | 168 static VEC (vn_ssa_aux_t, heap) *vn_ssa_aux_table; in VEC() argument 967 static VEC(vn_reference_op_s, heap) * in VEC() argument 979 static VEC(vn_reference_op_s, heap) * in VEC() argument 1169 static VEC (vn_reference_op_s, heap) * in VEC() argument 1245 static VEC (vn_reference_op_s, heap) * in VEC() argument 1252 static VEC(vn_reference_op_s, heap) *shared_lookup_references; in VEC() argument 1275 static VEC(vn_reference_op_s, heap) * in VEC() argument 2393 static VEC(tree, heap) *shared_lookup_phiargs; in VEC() argument
|
H A D | bb-reorder.c | 137 fibheap_t heap; member 225 fibheap_t heap; in find_traces() local 425 fibheap_t *heap, int number_of_rounds) in find_traces_1_round() 1288 static VEC(edge, heap) * in VEC() argument
|
H A D | dominance.c | 740 VEC (basic_block, heap) * in VEC() argument 763 VEC (basic_block, heap) * in VEC() argument 790 VEC (basic_block, heap) * in VEC() argument 822 VEC (basic_block, heap) * in VEC() argument
|
H A D | tracer.c | 235 fibheap_t heap = fibheap_new (); in tail_duplicate() local
|
H A D | ira-emit.c | 104 static VEC(void_p, heap) *new_allocno_emit_data_vec; in VEC() argument 738 static VEC(move_t,heap) *move_vec; in VEC() argument
|
H A D | compare-elim.c | 126 static VEC(comparison_struct_p, heap) *all_compares; in VEC() argument
|
H A D | tree-ssa-uncprop.c | 271 static VEC(tree,heap) *equiv_stack; in VEC() argument
|
H A D | lto-section-out.c | 46 static VEC(lto_out_decl_state_ptr, heap) *decl_state_stack; in VEC() argument
|
H A D | ggc-common.c | 84 static VEC(const_ggc_root_tab_t, heap) *extra_root_vec; in VEC() argument 103 static VEC(const_ggc_cache_tab_t, heap) *extra_cache_vec; in VEC() argument
|
/dflybsd-src/stand/boot/efi/loader/ |
H A D | efi_main.c | 33 static EFI_PHYSICAL_ADDRESS heap; variable
|
/dflybsd-src/contrib/bzip2/ |
H A D | huffman.c | 75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_iso9660.c | 2278 struct read_ce_queue *heap; in register_CE() local 2346 next_CE(struct read_ce_queue *heap) in next_CE() 2391 struct read_ce_queue *heap; in read_CE() local 3012 heap_add_entry(struct archive_read *a, struct heap_queue *heap, in heap_add_entry() 3069 heap_get_entry(struct heap_queue *heap) in heap_get_entry()
|
H A D | archive_write_set_format_xar.c | 980 struct heap_data *heap) in xmlwrite_heap() 1159 struct heap_data *heap; in make_file_entry() local 1987 struct heap_data *heap, *next_heap; in file_free() local 3135 struct heap_data *heap; in save_xattrs() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-pragma.c | 1172 static VEC(internal_pragma_handler, heap) *registered_pragmas; in VEC() argument 1183 static VEC(pragma_ns_name, heap) *registered_pp_pragmas; in VEC() argument
|