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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c312 avl_node_t *gchild; local
399 * (gchild b: != 0)
406 * (gchild b:0)
416 * if gchild was right_heavy, then child is now left heavy
420 gchild = child->avl_child[right];
421 gleft = gchild->avl_child[left];
422 gright = gchild->avl_child[right];
442 * move child to left child of gchild and
444 * move node to right child of gchild and
446 * fixup parent of all this to point to gchild
[all...]

Completed in 52 milliseconds