/freebsd-src/contrib/ntp/sntp/libevent/test/ |
H A D | regress_minheap.c | 44 check_heap(struct min_heap *heap) in check_heap() 57 struct min_heap heap; in test_heap_randomized() local
|
/freebsd-src/contrib/libevent/test/ |
H A D | regress_minheap.c | 44 check_heap(struct min_heap *heap) in check_heap() 57 struct min_heap heap; in test_heap_randomized() local
|
/freebsd-src/stand/efi/loader/ |
H A D | efi_main.c | 33 static EFI_PHYSICAL_ADDRESS heap; variable
|
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_ucast_dfsssp.c | 186 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-src/stand/powerpc/ofw/ |
H A D | main.c | 47 static char heap[HEAP_SIZE]; // In BSS, so uses no space variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_debugging.cpp | 102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address() local
|
H A D | asan_descriptions.h | 200 HeapAddressDescription heap; member
|
H A D | asan_malloc_win.cpp | 204 #define OWNED_BY_RTL(heap, memory) \ argument
|
/freebsd-src/contrib/bzip2/ |
H A D | huffman.c | 75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
|
/freebsd-src/stand/efi/boot1/ |
H A D | boot1.c | 53 static EFI_PHYSICAL_ADDRESS heap; variable
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-internal.h | 71 int heap; global() member
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 465 } heap; global() member 478 ArrayRef<HeapAllocation> heap; global() member 517 const HeapChunk heap; global() member in __hwasan::__anon2cbd70630511::BaseReport [all...] |
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_iso9660.c | 2390 if (heap->cnt >= heap->allocated) { in read_CE() local 2277 struct read_ce_queue *heap; register_CE() local 2345 next_CE(struct read_ce_queue * heap) next_CE() argument 3011 heap_add_entry(struct archive_read * a,struct heap_queue * heap,struct file_info * file,uint64_t key) heap_add_entry() argument 3073 heap_get_entry(struct heap_queue * heap) heap_get_entry() argument [all...] |
H A D | archive_write_set_format_xar.c | 975 struct heap_data *heap) in xmlwrite_heap() argument 1154 struct heap_data *heap; in make_file_entry() local 1982 struct heap_data *heap, *next_heap; file_free() local 3130 struct heap_data *heap; save_xattrs() local [all...] |
H A D | archive_read_support_format_xar.c | 1224 struct heap_queue *heap, struct xar_file *file) in heap_add_entry() argument 1283 heap_get_entry(struct heap_queue * heap) heap_get_entry() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | tsan_go.cpp | 82 uptr heap; member
|
/freebsd-src/sys/contrib/zlib/ |
H A D | deflate.h | 213 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
/freebsd-src/sys/netinet/ |
H A D | in_fib_dxr.c | 187 struct heap_entry heap[33]; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 1416 HeapSpaceRegion *heap = nullptr; global() variable
|