Searched refs:__black_count (Results 1 – 1 of 1) sorted by relevance
1020 static int __black_count(_base_ptr node, _base_ptr root) in __black_count() function1030 return bc + __black_count(node->_A_parent, root); in __black_count()1046 len = __black_count(*_A_leftmost(thiz), *_A_root(thiz)); in __c_rb_tree_verify()1063 if(!L && !R && __black_count(x, *_A_root(thiz)) != len) in __c_rb_tree_verify()