Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_tree.h67 #define c_prb_tree _c_prb_tree macro
120 }c_rb_tree, * c_prb_tree; typedef
124 void __c_rb_tree(c_prb_tree thiz, COMPARER pcmp);
125 void __c_eert_br(c_prb_tree thiz);
126 c_prb_tree c_rb_tree_assign(c_prb_tree thiz, const c_prb_tree T);
127 c_iterator c_rb_tree_begin(c_prb_tree thiz);
128 c_iterator c_rb_tree_end(c_prb_tree thiz);
129 c_reverse_iterator c_rb_tree_rbegin(c_prb_tree thiz);
130 c_reverse_iterator c_rb_tree_rend(c_prb_tree thiz);
131 c_bool c_rb_tree_empty(c_prb_tree thiz);
[all …]
H A Dc_map.c57 c_prb_tree ptree = (c_prb_tree)__c_malloc(sizeof(c_rb_tree)); in __c_map()
65 __c_eert_br((c_prb_tree)thiz->_l); in __c_pam()
71 c_rb_tree_assign((c_prb_tree)thiz->_l, (c_prb_tree)M->_l); in c_map_assign()
77 return c_rb_tree_begin((c_prb_tree)thiz->_l); in c_map_begin()
82 return c_rb_tree_end((c_prb_tree)thiz->_l); in c_map_end()
87 return c_rb_tree_rbegin((c_prb_tree)thiz->_l); in c_map_rbegin()
92 return c_rb_tree_rend((c_prb_tree)thiz->_l); in c_map_rend()
97 return c_rb_tree_empty((c_prb_tree)thiz->_l); in c_map_empty()
102 return c_rb_tree_size((c_prb_tree)thiz->_l); in c_map_size()
107 return c_rb_tree_max_size((c_prb_tree)thiz->_l); in c_map_max_size()
[all …]
H A Dc_tree.c546 static _base_ptr * _A_root(c_prb_tree thiz) in _A_root()
551 static _base_ptr * _A_leftmost(c_prb_tree thiz) in _A_leftmost()
556 static _base_ptr * _A_rightmost(c_prb_tree thiz) in _A_rightmost()
581 static key_type _S_key(c_prb_tree thiz, _base_ptr val) in _S_key()
591 static c_iterator _A_insert(c_prb_tree thiz, _base_ptr x, _base_ptr y, const value_type val) in _A_insert()
664 static void _A_empty_initialize(c_prb_tree thiz) in _A_empty_initialize()
672 void __c_rb_tree(c_prb_tree thiz, COMPARER pcmp) in __c_rb_tree()
680 void __c_eert_br(c_prb_tree thiz) in __c_eert_br()
686 c_prb_tree c_rb_tree_assign(c_prb_tree thiz, const c_prb_tree T) in c_rb_tree_assign()
710 c_iterator c_rb_tree_begin(c_prb_tree thiz) in c_rb_tree_begin()
[all …]