Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c137 int heap_left, heap_right; in cyclic_dump_node() local
142 heap_left = CYC_HEAP_LEFT(ndx); in cyclic_dump_node()
170 if (heap_left >= cpu->cyp_nelems) in cyclic_dump_node()
174 heap[heap_left]); in cyclic_dump_node()
184 if (heap_left < cpu->cyp_nelems) in cyclic_dump_node()
185 cyclic_dump_node(cpu, heap, c, w, heap_left, l, x, depth + 1); in cyclic_dump_node()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dheap.c44 #define heap_left(i) ((i) << 1) macro
125 j = heap_left(i); in sink_down()
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c790 cyc_index_t heap_left, heap_right, heap_me = ndx; in cyclic_downheap() local
799 if ((heap_left = CYC_HEAP_LEFT(heap_me)) >= nelems) in cyclic_downheap()
802 left = heap[heap_left]; in cyclic_downheap()
853 heap[heap_left] = me; in cyclic_downheap()
855 heap_me = heap_left; in cyclic_downheap()