Searched refs:_cmp (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | netif_receive_skb.c | 60 int _cmp; \ 76 _cmp = __strncmp(_str, _expectedval, EXPECTED_STRSIZE); \ 77 if (_cmp != 0) { \ 78 bpf_printk("(%d) got %s", _cmp, _str); \ 79 bpf_printk("(%d) expected %s", _cmp, \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | objects.h | 1027 static int nm##_cmp(type1 const *, type2 const *); \ 1067 return nm##_cmp(a,b); \ 1081 return nm##_cmp(a,b); \
|
| H A D | lhash.h | 117 return name##_cmp(a,b); }
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_vector.h | 91 COMPARER _cmp; member
|
| H A D | c_vector.c | 351 thiz->_cmp = pcmp; in __c_vector() 650 c_binary_predicate bp = c_binary_negate(thiz->_cmp); in c_vector_equal() 664 thiz->_cmp); in c_vector_less()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-c2c.c | 629 __f ## _cmp(struct perf_hpp_fmt *fmt __maybe_unused, \
|