/linux-6.3-rc2/scripts/coccinelle/misc/ |
A D | minmax.cocci | 23 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 D | array_size_dup.cocci | 29 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 D | metric.py | 111 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 D | trace_dynevent.c | 349 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 D | trace_dynevent.h | 142 char operator; /* e.g. '=' or nothing */ member 147 char operator, char separator);
|
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/opal/ |
A D | oppanel-opal.txt | 6 - #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 D | overlay.dtso | 43 hvac-zone-names = "operator", "snack-bar";
|
A D | overlay_common.dtsi | 54 hvac-zone-names = "operator";
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | kconfig-macro-language.rst | 62 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 D | doubletest.cocci | 33 assignment operator op;
|
/linux-6.3-rc2/scripts/kconfig/tests/preprocess/variable/ |
A D | Kconfig | 30 # Use += operator to an undefined variable.
|
/linux-6.3-rc2/drivers/scsi/ |
A D | script_asm.pl | 163 $operator = '\||OR|AND|\&|\+'; 166 $operator = '\||OR|AND|XOR|\&|\+'; 514 /^($register)\s+(-|$operator)\s+($value)\s*$/i) {
|
/linux-6.3-rc2/scripts/coccinelle/api/ |
A D | kvmalloc.cocci | 26 binary operator cmp = {<=, <, ==, >, >=}; 88 binary operator cmp = {<=, <, ==, >, >=};
|
/linux-6.3-rc2/Documentation/s390/ |
A D | common_io.rst | 34 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device.
|
A D | zfcpdump.rst | 16 the s390-tools package) to make the device bootable. The operator of a Linux
|
/linux-6.3-rc2/drivers/staging/fieldbus/Documentation/ |
A D | fieldbus_dev.txt | 13 Human Machine Interface (HMI) at the top, where an operator can monitor or
|
/linux-6.3-rc2/drivers/char/tpm/ |
A D | tpm.h | 115 u8 operator; member
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | bootconfig.rst | 74 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 D | Kconfig | 126 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 D | scsi-changer.rst | 38 i.e. there the operator (you !) can use this to
|
/linux-6.3-rc2/scripts/ |
A D | checkpatch.pl | 3881 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 D | deprecated.rst | 286 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 D | pci-error-recovery.rst | 360 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 D | gtp.rst | 32 At some network element inside the cellular operator infrastructure
|
/linux-6.3-rc2/LICENSES/dual/ |
A D | copyleft-next-0.3.1 | 7 licensing the code under both licenses expressed by the OR operator.
|