Home
last modified time | relevance | path

Searched refs:HEAPPARENT (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/halibut/halibut-1.2/
H A Dhuffman.c24 #define HEAPPARENT(x) (((x)-2)/4*2) macro
36 dad = HEAPPARENT(me); in addheap()