Searched refs:OP (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| A D | filter.h | 110 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 111 BPF_ALU64_REG_OFF(OP, DST, SRC, 0) 115 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 121 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 122 BPF_ALU32_REG_OFF(OP, DST, SRC, 0) 133 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 134 BPF_ALU64_IMM_OFF(OP, DST, IMM, 0) 138 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 143 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 144 BPF_ALU32_IMM_OFF(OP, DST, IMM, 0) [all …]
|
| A D | perf_event.h | 1345 #define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\
|
| /include/media/ |
| A D | v4l2-common.h | 487 #define V4L2_FRACT_COMPARE(a, OP, b) \ argument 488 ((u64)(a).numerator * (b).denominator OP \
|
| /include/math-emu/ |
| A 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); \
|
Completed in 696 milliseconds