Searched defs:Heap_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/pack/
H A Dhuffinit.c38 } Heap_t; typedef in typeref:struct:__anon177
42 static void heapify(Heap_t*, int, int);
52 Heap_t heap[END+2];
129 static void heapify (register Heap_t *heap,register int i,register int n)
133 Heap_t heapsubi;

Completed in 1479 milliseconds