Searched defs:heap (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_minheap.c44 check_heap(struct min_heap *heap) argument
57 struct min_heap heap; local
[all...]
/freebsd-9.3-release/sys/boot/efi/libefi/
H A Dlibefi.c39 static EFI_PHYSICAL_ADDRESS heap; variable
/freebsd-9.3-release/sys/dev/drm/
H A Dsis_ds.h89 struct mem_block_t *heap; member in struct:mem_block_t
H A Di915_mem.c136 static struct mem_block *alloc_block(struct mem_block *heap, int size, argument
151 static struct mem_block *find_block(struct mem_block *heap, int start) argument
188 static int init_heap(struct mem_block **heap, int start, int size) argument
214 i915_mem_release(struct drm_device * dev, struct drm_file *file_priv, struct mem_block *heap) argument
245 i915_mem_takedown(struct mem_block **heap) argument
279 struct mem_block *block, **heap; local
317 struct mem_block *block, **heap; local
345 struct mem_block **heap; local
369 struct mem_block **heap; local
[all...]
H A Dradeon_mem.c86 static struct mem_block *alloc_block(struct mem_block *heap, int size, argument
101 static struct mem_block *find_block(struct mem_block *heap, int start) argument
138 static int init_heap(struct mem_block **heap, int start, int size) argument
164 radeon_mem_release(struct drm_file *file_priv, struct mem_block *heap) argument
192 radeon_mem_takedown(struct mem_block **heap) argument
227 struct mem_block *block, **heap; local
262 struct mem_block *block, **heap; local
288 struct mem_block **heap; local
[all...]
H A Dsis_ds.c182 int mmBlockInHeap(memHeap_t * heap, PMemBlock b) argument
237 PMemBlock mmAllocMem(memHeap_t * heap, int size, int align2, int startSearch) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dheap.c80 isc_heap_t *heap; local
108 isc_heap_t *heap; local
124 resize(isc_heap_t *heap) argument
146 float_up(isc_heap_t *heap, unsigned int i, void *elt) argument
164 sink_down(isc_heap_t *heap, unsigned int i, void *elt) argument
189 isc_heap_insert(isc_heap_t *heap, void *elt) argument
206 isc_heap_delete(isc_heap_t *heap, unsigned int index) argument
231 isc_heap_increased(isc_heap_t *heap, unsigned int index) argument
239 isc_heap_decreased(isc_heap_t *heap, unsigned int index) argument
247 isc_heap_element(isc_heap_t *heap, unsigned int index) argument
257 isc_heap_foreach(isc_heap_t *heap, isc_heapaction_t action, void *uap) argument
[all...]
H A Dtimer.c117 isc_heap_t * heap; member in struct:isc__timermgr
[all...]
/freebsd-9.3-release/contrib/bzip2/
H A Dhuffman.c75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtracer.c207 fibheap_t heap = fibheap_new (); local
H A Dipa-inline.c419 update_caller_keys (fibheap_t heap, struct cgraph_node *node, argument
472 update_callee_keys (fibheap_t heap, struct cgraph_node *node, argument
489 lookup_recursive_calls(struct cgraph_node *node, struct cgraph_node *where, fibheap_t heap) argument
578 fibheap_t heap; local
722 fibheap_t heap = fibheap_new (); local
[all...]
H A Dbb-reorder.c132 fibheap_t heap; member in struct:bbro_basic_block_data_def
230 fibheap_t heap; local
428 find_traces_1_round(int branch_th, int exec_th, gcov_type count_th, struct trace *traces, int *n_traces, int round, fibheap_t *heap, int number_of_rounds) argument
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_mem.c85 static struct mem_block *alloc_block(struct mem_block *heap, int size, argument
100 static struct mem_block *find_block(struct mem_block *heap, int start) argument
137 static int init_heap(struct mem_block **heap, int start, int size) argument
163 radeon_mem_release(struct drm_file *file_priv, struct mem_block *heap) argument
191 radeon_mem_takedown(struct mem_block **heap) argument
226 struct mem_block *block, **heap; local
261 struct mem_block *block, **heap; local
287 struct mem_block **heap; local
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dheap.c80 isc_heap_t *heap; local
108 isc_heap_t *heap; local
124 resize(isc_heap_t *heap) argument
146 float_up(isc_heap_t *heap, unsigned int i, void *elt) argument
164 sink_down(isc_heap_t *heap, unsigned int i, void *elt) argument
189 isc_heap_insert(isc_heap_t *heap, void *elt) argument
206 isc_heap_delete(isc_heap_t *heap, unsigned int index) argument
231 isc_heap_increased(isc_heap_t *heap, unsigned int index) argument
239 isc_heap_decreased(isc_heap_t *heap, unsigned int index) argument
247 isc_heap_element(isc_heap_t *heap, unsigned int index) argument
257 isc_heap_foreach(isc_heap_t *heap, isc_heapaction_t action, void *uap) argument
[all...]
H A Dtimer.c117 isc_heap_t * heap; member in struct:isc__timermgr
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dfibheap.c86 fibheap_comp_data(fibheap_t heap, fibheapkey_t key, void *data, fibnode_t b) argument
98 fibheap_insert(fibheap_t heap, fibheapkey_t key, void *data) argument
124 fibheap_min(fibheap_t heap) argument
134 fibheap_min_key(fibheap_t heap) argument
178 fibheap_extract_min(fibheap_t heap) argument
198 fibheap_replace_key_data(fibheap_t heap, fibnode_t node, fibheapkey_t key, void *data) argument
237 fibheap_replace_data(fibheap_t heap, fibnode_t node, void *data) argument
244 fibheap_replace_key(fibheap_t heap, fibnode_t node, fibheapkey_t key) argument
253 fibheap_delete_node(fibheap_t heap, fibnode_t node) argument
266 fibheap_delete(fibheap_t heap) argument
276 fibheap_empty(fibheap_t heap) argument
283 fibheap_extr_min_node(fibheap_t heap) argument
319 fibheap_ins_root(fibheap_t heap, fibnode_t node) argument
338 fibheap_rem_root(fibheap_t heap, fibnode_t node) argument
348 fibheap_consolidate(fibheap_t heap) argument
409 fibheap_cut(fibheap_t heap, fibnode_t node, fibnode_t parent) argument
419 fibheap_cascading_cut(fibheap_t heap, fibnode_t y) argument
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dfibheap.c86 fibheap_comp_data(fibheap_t heap, fibheapkey_t key, void *data, fibnode_t b) argument
98 fibheap_insert(fibheap_t heap, fibheapkey_t key, void *data) argument
124 fibheap_min(fibheap_t heap) argument
134 fibheap_min_key(fibheap_t heap) argument
178 fibheap_extract_min(fibheap_t heap) argument
198 fibheap_replace_key_data(fibheap_t heap, fibnode_t node, fibheapkey_t key, void *data) argument
237 fibheap_replace_data(fibheap_t heap, fibnode_t node, void *data) argument
244 fibheap_replace_key(fibheap_t heap, fibnode_t node, fibheapkey_t key) argument
253 fibheap_delete_node(fibheap_t heap, fibnode_t node) argument
266 fibheap_delete(fibheap_t heap) argument
276 fibheap_empty(fibheap_t heap) argument
283 fibheap_extr_min_node(fibheap_t heap) argument
319 fibheap_ins_root(fibheap_t heap, fibnode_t node) argument
338 fibheap_rem_root(fibheap_t heap, fibnode_t node) argument
348 fibheap_consolidate(fibheap_t heap) argument
409 fibheap_cut(fibheap_t heap, fibnode_t node, fibnode_t parent) argument
419 fibheap_cascading_cut(fibheap_t heap, fibnode_t y) argument
[all...]
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic.c363 cyc_index_t *heap; local
406 cyc_index_t *heap = cpu->cyp_heap; local
517 cyc_index_t *heap = cpu->cyp_heap; local
767 cyc_index_t *heap = cpu->cyp_heap, last; local
[all...]
/freebsd-9.3-release/lib/libz/
H A Ddeflate.h206 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member in struct:internal_state
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member in struct:internal_state
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstandalone.c552 char heap[HEAP_SIZE] = variable
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcofflink.c1170 dores_com(char *ptr, bfd *output_bfd, int heap) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1141 HeapSpaceRegion *heap; member in class:clang::ento::MemRegionManager
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c2104 struct read_ce_queue *heap; local
2164 next_CE(struct read_ce_queue *heap) argument
2209 struct read_ce_queue *heap; local
2815 heap_add_entry(struct heap_queue *heap, struct file_info *file, uint64_t key) argument
2863 heap_get_entry(struct heap_queue *heap) argument
[all...]
H A Darchive_read_support_format_xar.c1088 heap_add_entry(struct heap_queue *heap, struct xar_file *file) argument
1136 heap_get_entry(struct heap_queue *heap) argument
[all...]

Completed in 297 milliseconds

12