HomeSort by: relevance | last modified time | path
    Searched defs:heap_left (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libbind/dist/isc/
heap.c 45 * Note: to make heap_parent and heap_left easy to compute, the first
50 #define heap_left(i) ((i) << 1) macro
131 j = heap_left(i);
  /src/external/mpl/bind/dist/lib/isc/
heap.c 37 * Note: to make heap_parent and heap_left easy to compute, the first
43 #define heap_left(i) ((i) << 1) macro
170 j = heap_left(i);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
heap.c 36 * Note: to make heap_parent and heap_left easy to compute, the first
42 #define heap_left(i) ((i) << 1) macro
172 j = heap_left(i);
  /src/external/cddl/osnet/dev/cyclic/
cyclic.c 426 cyc_index_t heap_left, heap_right, heap_me = ndx; local
435 if ((heap_left = CYC_HEAP_LEFT(heap_me)) >= nelems)
438 left = heap[heap_left];
489 heap[heap_left] = me;
491 heap_me = heap_left;

Completed in 45 milliseconds