Home
last modified time | relevance | path

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

12

/linux/scripts/coccinelle/misc/
H A Dminmax.cocci23 binary operator cmp = {>, >=};
38 binary operator cmp = {>, >=};
58 binary operator cmp = {<, <=};
71 binary operator cmp = {<, <=};
86 binary operator cmp = {<, <=};
104 binary operator cmp = {>=, >};
119 binary operator cmp = {>=, >};
137 binary operator cmp = {<=, <};
153 binary operator cmp = {<=, <};
H A Darray_size_dup.cocci29 assignment operator aop;
58 assignment operator aop;
94 assignment operator aop;
124 assignment operator aop;
158 assignment operator aop;
186 assignment operator aop;
/linux/tools/perf/pmu-events/
H A Dmetric.py93 # Simple lookup for operator precedence, used to avoid unnecessary
113 """Represents a binary operator in the parse tree."""
115 def __init__(self, operator: str, lhs: Union[int, float, Expression],
117 self.operator = operator
127 If ``other`` is an operator then a bracket is necessary when
128 this/self operator has higher precedence. Consider: '(a + b) * c',
137 other (Expression): is a lhs or rhs operator
145 if _PRECEDENCE.get(self.operator, -1) > _PRECEDENCE.get(
146 other.operator,
[all...]
/linux/kernel/trace/
H A Dtrace_dynevent.c325 * argument separated by an operator, which can be whitespace, all
330 * followed by an operator, if applicable, followed by the rhs string,
335 * The cmd strings, operator, and separator should be set using the
354 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
358 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
445 * @operator: An (optional) operator, appended after adding the first arg
452 * right-hand-side argument separated by an operator, which can be
455 * the optional @operator is appended, followed by the second arg and
460 char operator, cha in dynevent_arg_pair_init() argument
[all...]
H A Dtrace_dynevent.h143 char operator; /* e.g. '=' or nothing */ member
148 char operator, char separator);
/linux/Documentation/devicetree/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>.
/linux/Documentation/rust/
H A Dtesting.rst93 Tests using the `? <https://doc.rust-lang.org/reference/expressions/operator-expr.html#the-question-mark-operator>`_
94 operator are also supported as usual, e.g.:
128 using ``unwrap()`` or ``expect()``, use the ``?`` operator. For more background,
170 `? <https://doc.rust-lang.org/reference/expressions/operator-expr.html#the-question-mark-operator>`_
171 operator is supported, i.e. the test functions may return either nothing (i.e.
/linux/drivers/of/unittest-data/
H A Doverlay.dtso42 hvac-zone-names = "operator", "snack-bar";
H A Doverlay_common.dtsi54 hvac-zone-names = "operator";
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst62 A simply expanded variable is defined using the := assignment operator. Its
66 A recursively expanded variable is defined using the = assignment operator.
71 There is another type of assignment operator; += is used to append text to a
85 function is defined using the = assignment operator. The parameters are
/linux/scripts/coccinelle/tests/
H A Ddoubletest.cocci33 assignment operator op;
/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig30 # Use += operator to an undefined variable.
/linux/drivers/scsi/
H A Dscript_asm.pl61 # Table of operator encodings
82 # Note : low bit of the operator bit should be set for add with
163 $operator = '\||OR|AND|\&|\+';
166 $operator = '\||OR|AND|XOR|\&|\+';
514 /^($register)\s+(-|$operator)\s+($value)\s*$/i) {
569 WITH CARRY option is incompatible with the $op operator.
/linux/Documentation/trace/rv/
H A Dlinear_temporal_logic.rst54 This grammar is ambiguous: operator precedence is not defined. Parentheses must
78 verification, the `always` operator is usually desirable, to specify that
/linux/Documentation/arch/s390/
H A Dcommon_io.rst34 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device.
H A Dzfcpdump.rst16 the s390-tools package) to make the device bootable. The operator of a Linux
/linux/scripts/coccinelle/api/
H A Dkvmalloc.cocci26 binary operator cmp = {<=, <, ==, >, >=};
88 binary operator cmp = {<=, <, ==, >, >=};
/linux/drivers/char/tpm/
H A Dtpm.h115 u8 operator; member
/linux/Documentation/admin-guide/
H A Dbootconfig.rst74 If you want to update the value, you must use the override operator
85 you can use ``+=`` operator. For example::
/linux/drivers/char/
H A DKconfig127 will be created which exposes the operator panel display on IBM
130 If you don't require access to the operator panel display from user
/linux/Documentation/scsi/
H A Dscsi-changer.rst38 i.e. there the operator (you !) can use this to
/linux/scripts/
H A Dcheckpatch.pl3940 my $operator = $1;
3942 "Assignment operator '$1' should be on the previous line\n" . $hereprev) &&
3944 # add assignment operator to the previous line, remove from current line
3945 $fixed[$fixlinenr - 1] .= " $operator";
3946 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
3952 my $operator = $1;
3956 # insert logical operator at last non-comment, non-whitepsace char on previous line
3959 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
3960 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
5090 # Check operator spacin
[all...]
/linux/Documentation/wmi/devices/
H A Dmsi-wmi-platform.rst131 Due to a peculiarity in how Windows handles the ``CreateByteField()`` ACPI operator (errors only
/linux/Documentation/PCI/
H A Dpci-error-recovery.rst360 The platform will typically notify the system operator of the
362 the operator will probably want to remove and replace the device.
/linux/Documentation/networking/
H A Dgtp.rst32 At some network element inside the cellular operator infrastructure

12