Searched refs:LHS (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 266 __bpf_assert_check(LHS, op, RHS); \ 307 typeof(LHS) __lhs = (LHS); \ 330 #define bpf_cmp_unlikely(LHS, OP, RHS) _bpf_cmp(LHS, OP, RHS, true) argument 334 #define bpf_cmp_likely(LHS, OP, RHS) \ argument 338 ret = _bpf_cmp(LHS, !=, RHS, false); \ 340 ret = _bpf_cmp(LHS, ==, RHS, false); \ 342 ret = _bpf_cmp(LHS, >, RHS, false); \ 344 ret = _bpf_cmp(LHS, >=, RHS, false); \ 348 ret = _bpf_cmp(LHS, <, RHS, false); \ 539 barrier_var(LHS); \ [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | expr.y | 130 #define BINARY_OP(RESULT, OP, LHS, RHS) \ 131 if (!compute_ids || (is_const(LHS.val) && is_const(RHS.val))) { \ 132 assert(LHS.ids == NULL); \ 134 if (isnan(LHS.val) || isnan(RHS.val)) { \ 137 RESULT.val = LHS.val OP RHS.val; \ 141 RESULT = union_expr(LHS, RHS); \
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 598 the data object type in hex. The upper (LHS of the colon)
|