Searched refs:c_binary_predicate (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_function.h | 65 #define c_binary_predicate _c_binary_predicate macro 100 typedef struct c_binary_predicate c_binary_predicate; typedef 108 struct c_binary_predicate struct 110 c_bool (*O)(c_binary_predicate * thiz, value_type val1, value_type val2); argument 116 c_binary_predicate c_binary_negate(BINARY_PREDICATE binary_pred); argument 123 c_binary_predicate c_binary_adapt(BINARY_PREDICATE binary_pred);
|
| H A D | c_function.c | 69 static c_bool _c_binary_negate_impl(c_binary_predicate * thiz, value_type val1, value_type val2) in _c_binary_negate_impl() 74 c_binary_predicate c_binary_negate(BINARY_PREDICATE binary_pred) in c_binary_negate() 76 c_binary_predicate bp; in c_binary_negate() 134 static c_bool _c_binary_adapt_impl(c_binary_predicate * thiz, value_type val1, value_type val2) in _c_binary_adapt_impl() 139 c_binary_predicate c_binary_adapt(BINARY_PREDICATE binary_pred) in c_binary_adapt() 141 c_binary_predicate bp; in c_binary_adapt()
|
| H A D | c_algo.h | 95 c_bool c_equal2(c_iterator first1, c_iterator last1, c_iterator first2, c_binary_predicate binary_p…
|
| H A D | c_algo.c | 129 c_bool c_equal2(c_iterator first1, c_iterator last1, c_iterator first2, c_binary_predicate binary_p… in c_equal2()
|
| H A D | c_vector.c | 650 c_binary_predicate bp = c_binary_negate(thiz->_cmp); in c_vector_equal()
|
| H A D | c_tree.c | 1015 c_binary_predicate bpred = c_binary_negate(cmp); in c_rb_tree_equal()
|