Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h702 #define MATHB(program, operand1, operator, operand2, result, length, opt) \ argument
703 rta_math(program, operand1, MATH_FUN_##operator, operand2, result, \
731 #define MATHI(program, operand, operator, imm, result, length, opt) \ argument
732 rta_mathi(program, operand, MATH_FUN_##operator, imm, result, length, \
753 #define MATHU(program, operand1, operator, result, length, opt) \ argument
754 rta_math(program, operand1, MATH_FUN_##operator, NONE, result, length, \
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h975 #define ALU(thread, ip, operator) \ argument
996 #define ALU_MH(thread, ip, operator) \ argument
1014 #define ALU_HM(thread, ip, operator) \ argument
1053 #define ALU_HH(thread, ip, operator) \ argument
1100 #define ALU_I(thread, ip, operator) \ argument
1119 #define ALU_HI(thread, ip, operator) \ argument
1227 #define JMP_CMP(thread, ip, operator) \ argument
1246 #define JMP_CMP_MH(thread, ip, operator) \ argument
1262 #define JMP_CMP_HM(thread, ip, operator) \ argument
1278 #define JMP_CMP_HH(thread, ip, operator) \ argument
[all …]
/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst27 system designer and/or operator can better optimize service rates and
77 designer/operator can’t fully control the target to assign a specific
H A Dpacket_framework.rst316 By selecting the number of buckets to be a power of two, the modulo operator can be replaced by a b…
/dpdk/doc/guides/nics/
H A Ddpaa.rst289 E.g. enable/disable a port, a operator (set of VLANs and associate rules).
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst441 * If you have to wrap a long statement, put the operator at the end of the line, and indent again.