Searched defs:RHS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 251 #define __bpf_assert_check(LHS, op, RHS) \ argument 257 #define __bpf_assert(LHS, op, cons, RHS, VAL) \ argument 264 #define __bpf_assert_op_sign(LHS, op, cons, RHS, VAL, supp_sign) \ argument 273 #define __bpf_assert_op(LHS, op, RHS, VAL, supp_sign) \ argument 289 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \ argument 305 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument 330 #define bpf_cmp_unlikely(LHS, OP, RHS) _bpf_cmp(LHS, OP, RHS, true) argument 334 #define bpf_cmp_likely(LHS, OP, RHS) \ argument
|