Searched refs:operators (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.15/drivers/scsi/ |
D | script_asm.pl | 69 %operators = ( 76 %operators = ( 602 $code[$address] |= $operators{$op}; 605 $code[$address] |= $operators{$op};
|
D | qla1280.h | 717 uint8_t operators; member
|
/Linux-v5.15/scripts/coccinelle/misc/ |
D | boolconv.cocci | 4 //# Relational and logical operators evaluate to bool,
|
/Linux-v5.15/sound/drivers/opl3/ |
D | opl3_oss.c | 212 sbi.operators); in snd_opl3_load_patch_seq_oss()
|
/Linux-v5.15/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 26 operators to have a deep knowledge of the equipment and knows about the
|
/Linux-v5.15/Documentation/firmware-guide/acpi/ |
D | method-customizing.rst | 27 declared inside scope operators are also not supported.
|
/Linux-v5.15/Documentation/RCU/ |
D | rcu_dereference.rst | 55 operators. For example, for a given variable "x", avoid 73 - Do not use the results from relational operators ("==", "!=", 87 As before, the reason this is buggy is that relational operators
|
/Linux-v5.15/Documentation/driver-api/mtd/ |
D | nand_ecc.rst | 172 C does have bitwise operators but not really operators to do the above 407 with only a single statement and by using operators like ^= 700 Change the lookup using the parity array by using shift operators (e.g.
|
/Linux-v5.15/Documentation/process/ |
D | coding-style.rst | 274 Use one space around (on each side of) most binary and ternary operators, 279 but no space after unary operators:: 283 no space before the postfix increment & decrement unary operators:: 287 no space after the prefix increment & decrement unary operators:: 291 and no space around the ``.`` and ``->`` structure member operators.
|
D | deprecated.rst | 292 so any misuse of such operators will be immediately noticed at build time.
|
/Linux-v5.15/Documentation/trace/ |
D | events.rst | 169 combined using the logical operators '&&' and '||'. A predicate is 178 operators as shell metacharacters. 183 The relational-operators depend on the type of the field being tested: 185 The operators available for numeric fields are:
|
/Linux-v5.15/include/uapi/linux/ |
D | soundcard.h | 477 sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ member
|
/Linux-v5.15/Documentation/dev-tools/ |
D | kselftest.rst | 343 :doc: operators
|
D | checkpatch.rst | 965 Assignment operators should not be written at the start of a
|
/Linux-v5.15/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 1347 /* operators */ 1358 /* operators */ 1385 /* set operators */ 1448 After the pcm is created, you need to set operators for each pcm stream. 1457 The operators are defined typically like this: 1473 After setting the operators, you probably will want to pre-allocate the 1627 For the operators (callbacks) of each sound driver, most of these 3203 After the rawmidi device is created, you need to set the operators 3205 operators for all the substreams of a device: 3212 The operators are usually defined like this: [all …]
|
/Linux-v5.15/Documentation/kbuild/ |
D | makefiles.rst | 697 cc-ifversion takes all the shell operators: 1650 GNU Make has two assignment operators, ":=" and "=". ":=" performs
|
/Linux-v5.15/Documentation/kernel-hacking/ |
D | locking.rst | 708 are used instead of the standard increment and decrement operators, and
|
/Linux-v5.15/tools/memory-model/Documentation/ |
D | explanation.txt | 415 operators and function calls can be evaluated in any order. For
|