/linux/scripts/coccinelle/misc/ |
H A D | minmax.cocci | 23 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 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/tools/perf/pmu-events/ |
H A D | metric.py | 93 # 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 D | trace_dynevent.c | 325 * 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 D | trace_dynevent.h | 143 char operator; /* e.g. '=' or nothing */ member 148 char operator, char separator);
|
/linux/Documentation/devicetree/bindings/powerpc/opal/ |
H 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/Documentation/rust/ |
H A D | testing.rst | 93 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 D | overlay.dtso | 42 hvac-zone-names = "operator", "snack-bar";
|
H A D | overlay_common.dtsi | 54 hvac-zone-names = "operator";
|
/linux/Documentation/kbuild/ |
H 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/scripts/coccinelle/tests/ |
H A D | doubletest.cocci | 33 assignment operator op;
|
/linux/scripts/kconfig/tests/preprocess/variable/ |
H A D | Kconfig | 30 # Use += operator to an undefined variable.
|
/linux/drivers/scsi/ |
H A D | script_asm.pl | 61 # 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 D | linear_temporal_logic.rst | 54 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 D | common_io.rst | 34 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device.
|
H A D | zfcpdump.rst | 16 the s390-tools package) to make the device bootable. The operator of a Linux
|
/linux/scripts/coccinelle/api/ |
H A D | kvmalloc.cocci | 26 binary operator cmp = {<=, <, ==, >, >=}; 88 binary operator cmp = {<=, <, ==, >, >=};
|
/linux/drivers/char/tpm/ |
H A D | tpm.h | 115 u8 operator; member
|
/linux/Documentation/admin-guide/ |
H 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/drivers/char/ |
H A D | Kconfig | 127 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 D | scsi-changer.rst | 38 i.e. there the operator (you !) can use this to
|
/linux/scripts/ |
H A D | checkpatch.pl | 3940 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 D | msi-wmi-platform.rst | 131 Due to a peculiarity in how Windows handles the ``CreateByteField()`` ACPI operator (errors only
|
/linux/Documentation/PCI/ |
H 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/Documentation/networking/ |
H A D | gtp.rst | 32 At some network element inside the cellular operator infrastructure
|