Home
last modified time | relevance | path

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

/lib/
Dtest_min_heap.c33 struct min_heap *heap, in pop_verify_heap()
66 struct min_heap heap = { in test_heapify_all() local
99 struct min_heap heap = { in test_heap_push() local
132 struct min_heap heap = { in test_heap_pop_push() local
/lib/zlib_deflate/
Ddefutil.h181 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member