Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_tree.c546 static _base_ptr * _A_root(c_prb_tree thiz) in _A_root() function
606 *_A_root(thiz) = _z; in _A_insert()
667 *_A_root(thiz) = NULL; in _A_empty_initialize()
693 if(*_A_root(T) == NULL) in c_rb_tree_assign()
695 *_A_root(thiz) = NULL; in c_rb_tree_assign()
701 *_A_root(thiz) = _A_copy(*_A_root(T), thiz->_A_header); in c_rb_tree_assign()
702 *_A_leftmost(thiz) = _S_minimum(*_A_root(thiz)); in c_rb_tree_assign()
703 *_A_rightmost(thiz) = _S_maximum(*_A_root(thiz)); in c_rb_tree_assign()
754 _base_ptr x = *_A_root(thiz); in c_rb_tree_insert_unique()
783 _base_ptr x = *_A_root(thiz); in c_rb_tree_insert_equal()
[all …]