Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_tree.c548 return &thiz->_A_header->_A_parent; in _A_root()
553 return &thiz->_A_header->_A_left; in _A_leftmost()
558 return &thiz->_A_header->_A_right; in _A_rightmost()
596 if(_y == thiz->_A_header || in _A_insert()
604 if(_y == thiz->_A_header) in _A_insert()
623 _c_rb_tree_rebalance(_z, &thiz->_A_header->_A_parent); in _A_insert()
666 *_S_color(thiz->_A_header) = _S_c_rb_tree_red; in _A_empty_initialize()
668 *_A_leftmost(thiz) = thiz->_A_header; in _A_empty_initialize()
669 *_A_rightmost(thiz) = thiz->_A_header; in _A_empty_initialize()
674 thiz->_A_header = _A_get_node(); in __c_rb_tree()
[all …]
H A Dc_tree.h116 _base_ptr _A_header; member