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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Drb_tree.c232 /* x_p is always the parent node of X. We have to track this
235 struct rb_node *x, *x_p; local in function:rb_tree_remove
240 x_p = rb_node_parent(z);
244 x_p = rb_node_parent(z);
253 x_p = y;
255 x_p = rb_node_parent(y);
267 assert(x_p == NULL || x == x_p->left || x == x_p->right);
274 if (x == x_p
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Drb_tree.c232 /* x_p is always the parent node of X. We have to track this
235 struct rb_node *x, *x_p; local in function:rb_tree_remove
240 x_p = rb_node_parent(z);
244 x_p = rb_node_parent(z);
253 x_p = y;
255 x_p = rb_node_parent(y);
267 assert(x_p == NULL || x == x_p->left || x == x_p->right);
274 if (x == x_p
[all...]

Completed in 4 milliseconds