Searched refs:_cmp (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | netif_receive_skb.c | 56 int _cmp; \ 72 _cmp = __strncmp(_str, _expectedval, EXPECTED_STRSIZE); \ 73 if (_cmp != 0) { \ 74 bpf_printk("(%d) got %s", _cmp, _str); \ 75 bpf_printk("(%d) expected %s", _cmp, \
|
/linux/fs/bcachefs/ |
H A D | eytzinger.h | 300 #define eytzinger0_find(base, nr, size, _cmp, search) \ argument 310 (_res = _cmp(_search, _base + _i * _size))) \
|
H A D | util.h | 595 #define bubble_sort(_base, _nr, _cmp) \ argument 603 if (_cmp((_base)[_i], (_base)[_i + 1]) > 0) { \
|
/linux/tools/perf/ |
H A D | builtin-c2c.c | 641 __f ## _cmp(struct perf_hpp_fmt *fmt __maybe_unused, \
|