Searched defs:heap_left (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/ | ||
H A D | heap.c | 31 * 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 11 milliseconds