Searched refs:operators (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | script_asm.pl | 82 %operators = ( 89 %operators = ( 615 $code[$address] |= $operators{$op}; 618 $code[$address] |= $operators{$op};
|
D | qla1280.h | 724 uint8_t operators; member
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | boolconv.cocci | 3 //# Relational and logical operators evaluate to bool,
|
/Linux-v4.19/sound/drivers/opl3/ |
D | opl3_oss.c | 223 sbi.operators); in snd_opl3_load_patch_seq_oss()
|
/Linux-v4.19/Documentation/RCU/ |
D | rcu_dereference.txt | 46 operators. For example, for a given variable "x", avoid 64 o Do not use the results from relational operators ("==", "!=", 78 As before, the reason this is buggy is that relational operators
|
/Linux-v4.19/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-v4.19/Documentation/acpi/ |
D | method-customizing.txt | 20 declared inside scope operators are also not supported.
|
/Linux-v4.19/Documentation/mtd/ |
D | nand_ecc.txt | 151 C does have bitwise operators but not really operators to do the above 382 with only a single statement and by using operators like ^= 659 Change the lookup using the parity array by using shift operators (e.g.
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kselftest.rst | 188 :doc: operators
|
/Linux-v4.19/Documentation/process/ |
D | coding-style.rst | 252 Use one space around (on each side of) most binary and ternary operators, 257 but no space after unary operators:: 261 no space before the postfix increment & decrement unary operators:: 265 no space after the prefix increment & decrement unary operators:: 269 and no space around the ``.`` and ``->`` structure member operators.
|
/Linux-v4.19/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 1351 /* operators */ 1363 /* operators */ 1391 /* set operators */ 1454 After the pcm is created, you need to set operators for each pcm stream. 1463 The operators are defined typically like this: 1480 After setting the operators, you probably will want to pre-allocate the 1633 For the operators (callbacks) of each sound driver, most of these 3142 After the rawmidi device is created, you need to set the operators 3144 operators for all the substreams of a device: 3151 The operators are usually defined like this: [all …]
|
/Linux-v4.19/include/uapi/linux/ |
D | soundcard.h | 477 sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ member
|
/Linux-v4.19/Documentation/kbuild/ |
D | makefiles.txt | 535 cc-ifversion takes all the shell operators: 1394 GNU Make has two assignment operators, ":=" and "=". ":=" performs
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | locking.rst | 714 are used instead of the standard increment and decrement operators, and
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 762 The VM Debugger displays operators but not operands, and also the debugger
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | explanation.txt | 419 operators and function calls can be evaluated in any order. For
|