Searched refs:left_branch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c263 Freehdr left_branch; /* left subtree of deleted node */ local
269 left_branch = x->left;
270 left_weight = weight(left_branch);
274 while (left_branch != right_branch) {
283 if (left_branch != NIL) {
287 (int)left_branch->block->data);
290 *p = left_branch;
291 p = &left_branch->right;
292 left_branch = *p;
293 left_weight = weight(left_branch);
348 Freehdr left_branch; local
426 Freehdr left_branch; local
[all...]
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c304 Freehdr left_branch; /* left subtree of deleted node */ local
308 left_branch = x->left;
311 while (left_branch != right_branch) {
316 if (weight(left_branch) >= weight(right_branch)) {
320 *p = left_branch;
321 p = &left_branch->right;
322 left_branch = left_branch->right;
367 Freehdr left_branch; local
372 left_branch
[all...]

Completed in 56 milliseconds