/openbsd-src/gnu/lib/libiberty/src/ |
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() 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 …]
|
/openbsd-src/usr.bin/dig/lib/isc/ |
H A D | heap.c | 71 isc_heap_t *heap; in isc_heap_create() local 96 isc_heap_t *heap; in isc_heap_destroy() local 108 resize(isc_heap_t *heap) { in resize() 127 float_up(isc_heap_t *heap, unsigned int i, void *elt) { in float_up() 145 sink_down(isc_heap_t *heap, unsigned int i, void *elt) { in sink_down() 170 isc_heap_insert(isc_heap_t *heap, void *elt) { in isc_heap_insert() 185 isc_heap_delete(isc_heap_t *heap, unsigned int idx) { in isc_heap_delete() 211 isc_heap_increased(isc_heap_t *heap, unsigned int idx) { in isc_heap_increased() 218 isc_heap_decreased(isc_heap_t *heap, unsigned int idx) { in isc_heap_decreased() 225 isc_heap_element(isc_heap_t *heap, unsigned int idx) { in isc_heap_element()
|
/openbsd-src/gnu/gcc/gcc/ |
H A 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
|
H A D | c-pragma.c | 600 static VEC (visibility, heap) *visstack; in VEC() argument 735 static VEC(pragma_handler, heap) *registered_pragmas; in VEC() argument
|
H A D | tracer.c | 207 fibheap_t heap = fibheap_new (); in tail_duplicate() local
|
H A 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()
|
H A D | tree-ssa-uncprop.c | 293 static VEC(tree,heap) *equiv_stack; in VEC() argument
|
/openbsd-src/gnu/llvm/libcxxabi/src/ |
H A D | cxa_vector.cpp | 204 st_heap_block2 heap(dealloc, heap_block); in __cxa_vec_new2() local 233 st_heap_block3 heap(dealloc, heap_block, heap_size); in __cxa_vec_new3() local 389 st_heap_block2 heap ( dealloc, heap_block ); in __cxa_vec_delete2() local 411 st_heap_block3 heap ( dealloc, heap_block, heap_block_size ); in __cxa_vec_delete3() local
|
H A D | fallback_malloc.cpp | 62 char heap[HEAP_SIZE] __attribute__((aligned)); variable
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | bigcore.exp | 213 proc check_heap { dir heap } {
|
H A D | bigcore.c | 136 static struct list heap = { &dummy, &dummy }; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 930411-1.c | 1 int heap; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | template8.C | 16 Double_alignt<20000> heap; in main() local
|
H A D | nest15.C | 34 BDDHeap::Pointer::Pointer(const BDDHeap& heap): in Pointer()
|
H A D | nest16.C | 34 BDDHeap::Pointer::Pointer(const BDDHeap& heap): in Pointer()
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | GarbageCollection.rst | 356 Write barrier: ``llvm.gcwrite`` 372 Read barrier: ``llvm.gcread``
|
H A D | Lexicon.rst | 147 .. _heap: target in H
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
H A D | array15.C | 32 char heap[5000000]; variable
|
H A D | array16.C | 76 char heap[5000000]; variable
|
/openbsd-src/usr.bin/netstat/ |
H A D | route.c | 206 } *heap; in getdefault() local 227 } *heap; in p_table() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_debugging.cpp | 102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address() local
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
H A D | huffman.c | 75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | tracer.c | 207 fibheap_t heap = fibheap_new (); in tail_duplicate() local
|
/openbsd-src/regress/sys/kern/fork-exit/ |
H A D | fork-exit.c | 36 int heap = 0; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_shadow_test.cpp | 92 void *heap = malloc(0); in TEST() local
|