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

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dheap.c40 * Note: to make heap_parent and heap_left easy to compute, the first
46 #define heap_left(i) ((i) << 1) macro
170 j = heap_left(i);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dheap.c40 * Note: to make heap_parent and heap_left easy to compute, the first
46 #define heap_left(i) ((i) << 1) macro
170 j = heap_left(i);
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic.c408 cyc_index_t heap_left, heap_right, heap_me = ndx; local
417 if ((heap_left = CYC_HEAP_LEFT(heap_me)) >= nelems)
420 left = heap[heap_left];
471 heap[heap_left] = me;
473 heap_me = heap_left;

Completed in 102 milliseconds