Searched refs:heap_left (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 135 int heap_left, heap_right; local 140 heap_left = CYC_HEAP_LEFT(ndx); 168 if (heap_left >= cpu->cyp_nelems) 172 heap[heap_left]); 182 if (heap_left < cpu->cyp_nelems) 183 cyclic_dump_node(cpu, heap, c, w, heap_left, l, x, depth + 1);
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | heap.c | 43 * Note: to make heap_parent and heap_left easy to compute, the first 48 #define heap_left(i) ((i) << 1) macro 129 j = heap_left(i);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cyclic.c | 782 cyc_index_t heap_left, heap_right, heap_me = ndx; local 791 if ((heap_left = CYC_HEAP_LEFT(heap_me)) >= nelems) 794 left = heap[heap_left]; 845 heap[heap_left] = me; 847 heap_me = heap_left;
|
Completed in 81 milliseconds