Searched refs:COMPARER (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_tree.h | 118 COMPARER _A_key_compare; 124 void __c_rb_tree(c_prb_tree thiz, COMPARER pcmp); 150 c_bool c_rb_tree_less(c_prb_tree thiz, const c_prb_tree T, COMPARER cmp); 151 c_bool c_rb_tree_equal(c_prb_tree thiz, const c_prb_tree T, COMPARER cmp);
|
| H A D | c_map.h | 94 void __c_map(c_pmap thiz, COMPARER keycmp); 118 c_bool c_map_less(c_pmap thiz, const c_pmap M, COMPARER paircmp); 119 c_bool c_map_equal(c_pmap thiz, const c_pmap M, COMPARER paircmp);
|
| H A D | c_map.c | 55 void __c_map(c_pmap thiz, COMPARER keycmp) in __c_map() 188 c_bool c_map_less(c_pmap thiz, const c_pmap M, COMPARER paircmp) in c_map_less() 193 c_bool c_map_equal(c_pmap thiz, const c_pmap M, COMPARER paircmp) in c_map_equal()
|
| H A D | c_vector.h | 91 COMPARER _cmp; 96 void __c_vector(c_pvector thiz, COMPARER pcmp);
|
| H A D | c_algo.h | 89 COMPARER cmp);
|
| H A D | c_iterator.h | 165 typedef int (* COMPARER)(value_type , value_type); typedef
|
| H A D | c_tree.c | 672 void __c_rb_tree(c_prb_tree thiz, COMPARER pcmp) in __c_rb_tree() 1004 c_bool c_rb_tree_less(c_prb_tree thiz, const c_prb_tree T, COMPARER cmp) in c_rb_tree_less() 1013 c_bool c_rb_tree_equal(c_prb_tree thiz, const c_prb_tree T, COMPARER cmp) in c_rb_tree_equal()
|
| H A D | c_algo.c | 84 COMPARER cmp) in c_lexicographical_compare()
|
| H A D | c_vector.c | 349 void __c_vector(c_pvector thiz, COMPARER pcmp) in __c_vector()
|