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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/avl/
H A Davl.c302 avl_node_t *gleft; local
390 * gleft gright
401 * gleft gright
409 gleft = gchild->avl_child[left];
415 * move gleft to right child of node
423 child->avl_child[right] = gleft;
424 if (gleft != NULL) {
425 AVL_SETPARENT(gleft, child);
426 AVL_SETCHILD(gleft, right);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c303 avl_node_t *gleft; local
391 * gleft gright
402 * gleft gright
410 gleft = gchild->avl_child[left];
416 * move gleft to right child of node
424 child->avl_child[right] = gleft;
425 if (gleft != NULL) {
426 AVL_SETPARENT(gleft, child);
427 AVL_SETCHILD(gleft, right);

Completed in 119 milliseconds