Searched refs:heap_left (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dheap.c31 * Note: to make heap_parent and heap_left easy to compute, the first
37 #define heap_left(i) ((i) << 1) macro
174 j = heap_left(i);

Completed in 535 milliseconds