Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/scripts/coccinelle/misc/
A Dminmax.cocci23 binary operator cmp = {>, >=};
38 binary operator cmp = {>, >=};
56 binary operator cmp = {<, <=};
71 binary operator cmp = {<, <=};
89 binary operator cmp = {>=, >};
104 binary operator cmp = {>=, >};
124 binary operator cmp = {<, <=};
137 binary operator cmp = {<=, <};
153 binary operator cmp = {<=, <};
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-6.3-rc2/tools/perf/pmu-events/
A Dmetric.py111 self.operator = operator
140 other.operator, -1):
143 other.operator, -1):
162 if self.operator in ('+', '|') and lhs.value == '0':
167 if self.operator == '*' and lhs.value == '0' and (
171 if self.operator == '*' and lhs.value == '1':
178 if self.operator == '*' and rhs.value == '0':
181 if self.operator == '*' and self.rhs.value == '1':
184 return Operator(self.operator, lhs, rhs)
188 return self.operator == other.operator and self.lhs.Equals(
[all …]
/linux-6.3-rc2/kernel/trace/
A Dtrace_dynevent.c349 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
353 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
455 char operator, char separator) in dynevent_arg_pair_init() argument
459 if (!operator) in dynevent_arg_pair_init()
460 operator = ' '; in dynevent_arg_pair_init()
461 arg_pair->operator = operator; in dynevent_arg_pair_init()
A Dtrace_dynevent.h142 char operator; /* e.g. '=' or nothing */ member
147 char operator, char separator);
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/opal/
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-6.3-rc2/drivers/of/unittest-data/
A Doverlay.dtso43 hvac-zone-names = "operator", "snack-bar";
A Doverlay_common.dtsi54 hvac-zone-names = "operator";
/linux-6.3-rc2/Documentation/kbuild/
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-6.3-rc2/scripts/coccinelle/tests/
A Ddoubletest.cocci33 assignment operator op;
/linux-6.3-rc2/scripts/kconfig/tests/preprocess/variable/
A DKconfig30 # Use += operator to an undefined variable.
/linux-6.3-rc2/drivers/scsi/
A Dscript_asm.pl163 $operator = '\||OR|AND|\&|\+';
166 $operator = '\||OR|AND|XOR|\&|\+';
514 /^($register)\s+(-|$operator)\s+($value)\s*$/i) {
/linux-6.3-rc2/scripts/coccinelle/api/
A Dkvmalloc.cocci26 binary operator cmp = {<=, <, ==, >, >=};
88 binary operator cmp = {<=, <, ==, >, >=};
/linux-6.3-rc2/Documentation/s390/
A Dcommon_io.rst34 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device.
A Dzfcpdump.rst16 the s390-tools package) to make the device bootable. The operator of a Linux
/linux-6.3-rc2/drivers/staging/fieldbus/Documentation/
A Dfieldbus_dev.txt13 Human Machine Interface (HMI) at the top, where an operator can monitor or
/linux-6.3-rc2/drivers/char/tpm/
A Dtpm.h115 u8 operator; member
/linux-6.3-rc2/Documentation/admin-guide/
A Dbootconfig.rst74 If you want to update the value, you must use the override operator
85 you can use ``+=`` operator. For example::
/linux-6.3-rc2/drivers/char/
A DKconfig126 will be created which exposes the operator panel display on IBM
129 If you don't require access to the operator panel display from user
/linux-6.3-rc2/Documentation/scsi/
A Dscsi-changer.rst38 i.e. there the operator (you !) can use this to
/linux-6.3-rc2/scripts/
A Dcheckpatch.pl3881 my $operator = $1;
3886 $fixed[$fixlinenr - 1] .= " $operator";
3887 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
3893 my $operator = $1;
3900 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
3901 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
/linux-6.3-rc2/Documentation/process/
A Ddeprecated.rst286 sizeof() operator to a zero-length array always results in zero::
309 operator may not be applied <https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html>`_,
/linux-6.3-rc2/Documentation/PCI/
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-6.3-rc2/Documentation/networking/
A Dgtp.rst32 At some network element inside the cellular operator infrastructure
/linux-6.3-rc2/LICENSES/dual/
A Dcopyleft-next-0.3.17 licensing the code under both licenses expressed by the OR operator.

Completed in 44 milliseconds

12