Home
last modified time | relevance | path

Searched refs:x_parent (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_tree.c356 _base_ptr x_parent = NULL; in _c_rb_tree_rebalance_for_erase() local
378 x_parent = y->_A_parent; in _c_rb_tree_rebalance_for_erase()
386 x_parent = y; in _c_rb_tree_rebalance_for_erase()
399 x_parent = y->_A_parent; in _c_rb_tree_rebalance_for_erase()
431 if(x == x_parent->_A_left) in _c_rb_tree_rebalance_for_erase()
433 _base_ptr w = x_parent->_A_right; in _c_rb_tree_rebalance_for_erase()
437 x_parent->_A_color = _S_c_rb_tree_red; in _c_rb_tree_rebalance_for_erase()
438 _c_rb_tree_rotate_left(x_parent, root); in _c_rb_tree_rebalance_for_erase()
439 w = x_parent->_A_right; in _c_rb_tree_rebalance_for_erase()
447 x = x_parent; in _c_rb_tree_rebalance_for_erase()
[all …]