Searched refs:OP (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | capability.h | 102 #define CAP_BOP_ALL(c, a, b, OP) \ argument 106 c.cap[__capi] = a.cap[__capi] OP b.cap[__capi]; \ 110 #define CAP_UOP_ALL(c, a, OP) \ argument 114 c.cap[__capi] = OP a.cap[__capi]; \
|
D | filter.h | 89 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 91 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 97 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 99 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 107 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 109 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 115 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 117 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 285 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 287 .code = BPF_JMP | BPF_OP(OP) | BPF_X, \ [all …]
|
D | perf_event.h | 985 #define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\
|
/include/media/ |
D | v4l2-common.h | 452 #define V4L2_FRACT_COMPARE(a, OP, b) \ argument 453 ((u64)(a).numerator * (b).denominator OP \
|
/include/math-emu/ |
D | op-common.h | 229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument 306 _FP_CHOOSENAN(fs, wc, R, X, Y, OP); \
|