Home | History | Annotate | Download | only in util

Lines Matching defs:right

50     /** Right child of this node, null for a leaf */
51 struct rb_node *right;
105 * \p parent, otherwise it will be the right child
134 x = x->right;
170 x = x->right;
185 * be either the right-most node comparing less than \p key or the
186 * right-most node comparing greater than \p key. If the tree is empty,
208 x = x->right;
221 /** Get the last (right-most) node in the tree or NULL */
224 /** Get the next node (to the right) in the tree or NULL */