Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-9-stable/contrib/gcclibs/libiberty/
Dfibheap.c86 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/
Dfibheap.c86 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/
Dheap.c80 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 …]
Dtimer.c118 isc_heap_t * heap; member
/freebsd-9-stable/contrib/ntp/lib/isc/
Dheap.c80 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 …]
Dtimer.c117 isc_heap_t * heap; member
/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_mem.c85 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/
Dradeon_mem.c86 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
Di915_mem.c136 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
Dsis_ds.c182 int mmBlockInHeap(memHeap_t * heap, PMemBlock b) in mmBlockInHeap()
237 PMemBlock mmAllocMem(memHeap_t * heap, int size, int align2, int startSearch) in mmAllocMem()
Dsis_ds.h89 struct mem_block_t *heap; member
/freebsd-9-stable/contrib/ntp/sntp/libevent/test/
Dregress_minheap.c44 check_heap(struct min_heap *heap) in check_heap()
57 struct min_heap heap; in test_heap_randomized() local
/freebsd-9-stable/contrib/gcc/
Dipa-inline.c419 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
Dc-pragma.c600 static VEC (visibility, heap) *visstack; in VEC() argument
735 static VEC(pragma_handler, heap) *registered_pragmas; in VEC() argument
Dtracer.c207 fibheap_t heap = fibheap_new (); in tail_duplicate() local
Dbb-reorder.c132 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()
Dtree-ssa-uncprop.c293 static VEC(tree,heap) *equiv_stack; in VEC() argument
Dtree-ssa-threadupdate.c153 static VEC(edge,heap) *threaded_edges; in VEC() argument
/freebsd-9-stable/sys/cddl/dev/cyclic/
Dcyclic.c363 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/
Dlibefi.c39 static EFI_PHYSICAL_ADDRESS heap; variable
/freebsd-9-stable/contrib/bzip2/
Dhuffman.c75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
/freebsd-9-stable/contrib/libarchive/libarchive/
Darchive_read_support_format_iso9660.c2104 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/
Dstandalone.c552 char heap[HEAP_SIZE] = variable
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/freebsd-9-stable/lib/libz/
Ddeflate.h206 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member

12