Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dbpf_experimental.h257 #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
/tools/include/uapi/linux/
Dbtf.h92 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24) argument
93 #define BTF_INT_OFFSET(VAL) (((VAL) & 0x00ff0000) >> 16) argument
94 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) argument