Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/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
/freebsd/contrib/libevent/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
/freebsd/stand/efi/loader/
H A Defi_main.c33 static EFI_PHYSICAL_ADDRESS heap; variable
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c186 static inline uint32_t heap_smaller(binary_heap_t * heap, uint32_t i, in heap_smaller()
193 static void heap_exchange(binary_heap_t * heap, uint32_t i, uint32_t j) in heap_exchange()
209 static uint32_t heap_up(binary_heap_t * heap, uint32_t i) in heap_up()
228 static uint32_t heap_down(binary_heap_t * heap, uint32_t i) in heap_down()
265 static inline void heap_heapify(binary_heap_t * heap, uint32_t i) in heap_heapify()
274 binary_heap_t *heap = NULL; in heap_create() local
305 static vertex_t *heap_getmin(binary_heap_t * heap) in heap_getmin()
329 static void heap_free(binary_heap_t * heap) in heap_free()
1434 binary_heap_t *heap = NULL; in dijkstra() local
/freebsd/stand/powerpc/ofw/
H A Dmain.c47 static char heap[HEAP_SIZE]; // In BSS, so uses no space variable
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address() local
H A Dasan_descriptions.h200 HeapAddressDescription heap; member
/freebsd/contrib/bzip2/
H A Dhuffman.c75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
/freebsd/stand/efi/boot1/
H A Dboot1.c53 static EFI_PHYSICAL_ADDRESS heap; variable
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h75 int heap; member
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp503 } heap; member
516 ArrayRef<HeapAllocation> heap; member
555 const HeapChunk heap; member in __hwasan::__anon865875d10511::BaseReport
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c2369 struct read_ce_queue *heap; in register_CE() local
2437 next_CE(struct read_ce_queue *heap) in next_CE()
2482 struct read_ce_queue *heap; in read_CE() local
3125 heap_add_entry(struct archive_read *a, struct heap_queue *heap, in heap_add_entry()
3187 heap_get_entry(struct heap_queue *heap) in heap_get_entry()
H A Darchive_write_set_format_xar.c975 struct heap_data *heap) in xmlwrite_heap()
1154 struct heap_data *heap; in make_file_entry() local
1982 struct heap_data *heap, *next_heap; in file_free() local
3130 struct heap_data *heap; in save_xattrs() local
H A Darchive_read_support_format_xar.c1224 struct heap_queue *heap, struct xar_file *file) in heap_add_entry()
1283 heap_get_entry(struct heap_queue *heap) in heap_get_entry()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp82 uptr heap; member
/freebsd/sys/contrib/zlib/
H A Ddeflate.h213 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/freebsd/sys/netinet/
H A Din_fib_dxr.c190 struct heap_entry heap[33]; global() member
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1421 HeapSpaceRegion *heap = nullptr; variable