Searched refs:gleft (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c314 avl_node_t *gleft; local
402 * gleft gright
413 * gleft gright
421 gleft = gchild->avl_child[left];
427 * move gleft to right child of node
435 child->avl_child[right] = gleft;
436 if (gleft != NULL) {
437 AVL_SETPARENT(gleft, child);
438 AVL_SETCHILD(gleft, right);

Completed in 94 milliseconds