Home
last modified time | relevance | path

Searched defs:c_binary_predicate (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_function.h65 #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