| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| 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() 237 fibheap_replace_data (fibheap_t heap, fibnode_t node, void *data) in fibheap_replace_data() 244 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key() 253 fibheap_delete_node (fibheap_t heap, fibnode_t node) in fibheap_delete_node() 266 fibheap_delete (fibheap_t heap) in fibheap_delete() [all …]
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| 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() 237 fibheap_replace_data (fibheap_t heap, fibnode_t node, void *data) in fibheap_replace_data() 244 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key() 253 fibheap_delete_node (fibheap_t heap, fibnode_t node) in fibheap_delete_node() 266 fibheap_delete (fibheap_t heap) in fibheap_delete() [all …]
|
| /freebsd-9-stable/contrib/bind9/lib/isc/ |
| D | heap.c | 80 isc_heap_t *heap; in isc_heap_create() local 108 isc_heap_t *heap; in isc_heap_destroy() local 124 resize(isc_heap_t *heap) { in resize() 146 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up() 164 sink_down(isc_heap_t *heap, unsigned int i, void *elt) { in sink_down() 189 isc_heap_insert(isc_heap_t *heap, void *elt) { in isc_heap_insert() 206 isc_heap_delete(isc_heap_t *heap, unsigned int idx) { in isc_heap_delete() 231 isc_heap_increased(isc_heap_t *heap, unsigned int idx) { in isc_heap_increased() 239 isc_heap_decreased(isc_heap_t *heap, unsigned int idx) { in isc_heap_decreased() 247 isc_heap_element(isc_heap_t *heap, unsigned int idx) { in isc_heap_element() [all …]
|
| D | timer.c | 118 isc_heap_t * heap; member
|
| /freebsd-9-stable/contrib/ntp/lib/isc/ |
| D | heap.c | 80 isc_heap_t *heap; in isc_heap_create() local 108 isc_heap_t *heap; in isc_heap_destroy() local 124 resize(isc_heap_t *heap) { in resize() 146 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up() 164 sink_down(isc_heap_t *heap, unsigned int i, void *elt) { in sink_down() 189 isc_heap_insert(isc_heap_t *heap, void *elt) { in isc_heap_insert() 206 isc_heap_delete(isc_heap_t *heap, unsigned int index) { in isc_heap_delete() 231 isc_heap_increased(isc_heap_t *heap, unsigned int index) { in isc_heap_increased() 239 isc_heap_decreased(isc_heap_t *heap, unsigned int index) { in isc_heap_decreased() 247 isc_heap_element(isc_heap_t *heap, unsigned int index) { in isc_heap_element() [all …]
|
| D | timer.c | 117 isc_heap_t * heap; member
|
| /freebsd-9-stable/sys/dev/drm2/radeon/ |
| D | radeon_mem.c | 85 static struct mem_block *alloc_block(struct mem_block *heap, int size, in alloc_block() 100 static struct mem_block *find_block(struct mem_block *heap, int start) in find_block() 137 static int init_heap(struct mem_block **heap, int start, int size) in init_heap() 163 void radeon_mem_release(struct drm_file *file_priv, struct mem_block *heap) in radeon_mem_release() 191 void radeon_mem_takedown(struct mem_block **heap) in radeon_mem_takedown() 226 struct mem_block *block, **heap; in radeon_mem_alloc() local 261 struct mem_block *block, **heap; in radeon_mem_free() local 287 struct mem_block **heap; in radeon_mem_init_heap() local
|
| /freebsd-9-stable/sys/dev/drm/ |
| D | radeon_mem.c | 86 static struct mem_block *alloc_block(struct mem_block *heap, int size, in alloc_block() 101 static struct mem_block *find_block(struct mem_block *heap, int start) in find_block() 138 static int init_heap(struct mem_block **heap, int start, int size) in init_heap() 164 void radeon_mem_release(struct drm_file *file_priv, struct mem_block *heap) in radeon_mem_release() 192 void radeon_mem_takedown(struct mem_block **heap) in radeon_mem_takedown() 227 struct mem_block *block, **heap; in radeon_mem_alloc() local 262 struct mem_block *block, **heap; in radeon_mem_free() local 288 struct mem_block **heap; in radeon_mem_init_heap() local
|
| D | i915_mem.c | 136 static struct mem_block *alloc_block(struct mem_block *heap, int size, in alloc_block() 151 static struct mem_block *find_block(struct mem_block *heap, int start) in find_block() 188 static int init_heap(struct mem_block **heap, int start, int size) in init_heap() 215 struct mem_block *heap) in i915_mem_release() 245 void i915_mem_takedown(struct mem_block **heap) in i915_mem_takedown() 279 struct mem_block *block, **heap; in i915_mem_alloc() local 317 struct mem_block *block, **heap; in i915_mem_free() local 345 struct mem_block **heap; in i915_mem_init_heap() local 369 struct mem_block **heap; in i915_mem_destroy_heap() local
|
| D | sis_ds.c | 182 int mmBlockInHeap(memHeap_t * heap, PMemBlock b) in mmBlockInHeap() 237 PMemBlock mmAllocMem(memHeap_t * heap, int size, int align2, int startSearch) in mmAllocMem()
|
| D | sis_ds.h | 89 struct mem_block_t *heap; member
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_minheap.c | 44 check_heap(struct min_heap *heap) in check_heap() 57 struct min_heap heap; in test_heap_randomized() local
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ipa-inline.c | 419 update_caller_keys (fibheap_t heap, struct cgraph_node *node, in update_caller_keys() 472 update_callee_keys (fibheap_t heap, struct cgraph_node *node, in update_callee_keys() 490 fibheap_t heap) in lookup_recursive_calls() 578 fibheap_t heap; in cgraph_decide_recursive_inlining() local 722 fibheap_t heap = fibheap_new (); in cgraph_decide_inlining_of_small_functions() local
|
| D | c-pragma.c | 600 static VEC (visibility, heap) *visstack; in VEC() argument 735 static VEC(pragma_handler, heap) *registered_pragmas; in VEC() argument
|
| D | tracer.c | 207 fibheap_t heap = fibheap_new (); in tail_duplicate() local
|
| D | bb-reorder.c | 132 fibheap_t heap; member 230 fibheap_t heap; in find_traces() local 430 fibheap_t *heap, int number_of_rounds) in find_traces_1_round()
|
| D | tree-ssa-uncprop.c | 293 static VEC(tree,heap) *equiv_stack; in VEC() argument
|
| D | tree-ssa-threadupdate.c | 153 static VEC(edge,heap) *threaded_edges; in VEC() argument
|
| /freebsd-9-stable/sys/cddl/dev/cyclic/ |
| D | cyclic.c | 363 cyc_index_t *heap; in cyclic_upheap() local 406 cyc_index_t *heap = cpu->cyp_heap; in cyclic_downheap() local 517 cyc_index_t *heap = cpu->cyp_heap; in cyclic_fire() local 767 cyc_index_t *heap = cpu->cyp_heap, last; in cyclic_remove_xcall() local
|
| /freebsd-9-stable/sys/boot/efi/libefi/ |
| D | libefi.c | 39 static EFI_PHYSICAL_ADDRESS heap; variable
|
| /freebsd-9-stable/contrib/bzip2/ |
| D | huffman.c | 75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
|
| /freebsd-9-stable/contrib/libarchive/libarchive/ |
| D | archive_read_support_format_iso9660.c | 2104 struct read_ce_queue *heap; in register_CE() local 2164 next_CE(struct read_ce_queue *heap) in next_CE() 2209 struct read_ce_queue *heap; in read_CE() local 2815 heap_add_entry(struct heap_queue *heap, struct file_info *file, uint64_t key) in heap_add_entry() 2863 heap_get_entry(struct heap_queue *heap) in heap_get_entry()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | standalone.c | 552 char heap[HEAP_SIZE] = variable
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | deflate.h | 203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
| /freebsd-9-stable/lib/libz/ |
| D | deflate.h | 206 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|