Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h699 #define MATHB(program, operand1, operator, operand2, result, length, opt) \ argument
700 rta_math(program, operand1, MATH_FUN_##operator, operand2, result, \
728 #define MATHI(program, operand, operator, imm, result, length, opt) \ argument
729 rta_mathi(program, operand, MATH_FUN_##operator, imm, result, length, \
750 #define MATHU(program, operand1, operator, result, length, opt) \ argument
751 rta_math(program, operand1, MATH_FUN_##operator, NONE, result, length, \
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/opal/
H A Doppanel-opal.txt6 - #lines : Number of lines on the operator panel e.g. <0x2>.
7 - #length : Number of characters per line of the operator panel e.g. <0x10>.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt1255 operator
1259 operator
1613 change uses the CopyObject operator for the ToXXXX operator folding
3346 operator:
6918 operator
10363 operator
10373 operator
10513 operator.
10758 operator,
13912 operator.
[all …]
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c655 #define ALU(thread, ip, operator) \ argument
676 #define ALU_S(thread, ip, operator) \ argument
696 #define ALU_HM(thread, ip, operator) \ argument
716 #define ALU_HH(thread, ip, operator) \ argument
744 #define ALU_I(thread, ip, operator) \ argument
763 #define ALU_HI(thread, ip, operator) \ argument
836 #define JMP_CMP(thread, ip, operator) \ argument
855 #define JMP_CMP_S(thread, ip, operator) \ argument
873 #define JMP_CMP_HM(thread, ip, operator) \ argument
889 #define JMP_CMP_HH(thread, ip, operator) \ argument
[all …]
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY11 + new `mod' operator (`%')
12 + new length operator #t
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1950.txt518 & Bitwise AND operator.
519 >> Bitwise right shift operator. When applied to an
522 << Bitwise left shift operator. Left shift inserts zero
525 % modulo operator: a % b is the remainder of a divided by b.
H A Drfc1952.txt595 & Bitwise AND operator.
596 ^ Bitwise exclusive-OR operator.
597 >> Bitwise right shift operator. When applied to an
600 ! Logical NOT operator.
/f-stack/freebsd/contrib/openzfs/config/
H A Dax_python_devel.m426 # note that you *have* to pass also an operator along with the version to
/f-stack/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…
/f-stack/dpdk/doc/guides/nics/
H A Ddpaa.rst289 E.g. enable/disable a port, a operator (set of VLANs and associate rules).
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DINSTALL.md207 Disable C++ integration. This will cause new and delete operator
H A DChangeLog187 - Add C++ new/delete operator bindings. (@djwatson)
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst381 * If you have to wrap a long statement, put the operator at the end of the line, and indent again.
/f-stack/app/nginx-1.16.1/
H A DCHANGES3797 *) Bugfix: the "!-x" operator did not work.
6439 *) Bugfix: in the "!-e" operator of the "if" directive.