Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/lib/isc/
H A Dheap.c82 isc_heap_t *heap; in isc_heap_create() local
110 isc_heap_t *heap; in isc_heap_destroy() local
126 resize(isc_heap_t *heap) { in resize()
148 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up()
166 sink_down(isc_heap_t *heap, unsigned int i, void *elt) { in sink_down()
191 isc_heap_insert(isc_heap_t *heap, void *elt) { in isc_heap_insert()
208 isc_heap_delete(isc_heap_t *heap, unsigned int index) { in isc_heap_delete()
233 isc_heap_increased(isc_heap_t *heap, unsigned int index) { in isc_heap_increased()
241 isc_heap_decreased(isc_heap_t *heap, unsigned int index) { in isc_heap_decreased()
249 isc_heap_element(isc_heap_t *heap, unsigned int index) { in isc_heap_element()
[all …]
H A Dtimer.c119 isc_heap_t * heap; member
/minix3/external/bsd/libevent/dist/test/
H A Dregress_minheap.c44 check_heap(struct min_heap *heap) in check_heap()
57 struct min_heap heap; in test_heap_randomized() local
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DGarbageCollection.rst417 Write barrier: ``llvm.gcwrite``
433 Read barrier: ``llvm.gcread``
H A DLexicon.rst95 .. _heap: target in H
/minix3/lib/libc/include/isc/
H A Dheap.h28 void **heap; member
/minix3/external/bsd/bzip2/dist/
H A Dhuffman.c77 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
/minix3/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_iso9660.c2081 struct read_ce_queue *heap; in register_CE() local
2141 next_CE(struct read_ce_queue *heap) in next_CE()
2186 struct read_ce_queue *heap; in read_CE() local
2623 heap_add_entry(struct heap_queue *heap, struct file_info *file, uint64_t key) in heap_add_entry()
2671 heap_get_entry(struct heap_queue *heap) in heap_get_entry()
H A Darchive_read_support_format_xar.c1088 heap_add_entry(struct heap_queue *heap, struct xar_file *file) in heap_add_entry()
1136 heap_get_entry(struct heap_queue *heap) in heap_get_entry()
/minix3/common/dist/zlib/
H A Ddeflate.h205 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib.c1909 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1138 HeapSpaceRegion *heap; variable
/minix3/external/bsd/bind/dist/lib/dns/
H A Drbtdb.c992 isc_heap_t *heap; in set_ttl() local