Home
last modified time | relevance | path

Searched refs:operators (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dscript_asm.pl69 %operators = (
76 %operators = (
602 $code[$address] |= $operators{$op};
605 $code[$address] |= $operators{$op};
Dqla1280.h715 uint8_t operators; member
/Linux-v5.4/scripts/coccinelle/misc/
Dboolconv.cocci4 //# Relational and logical operators evaluate to bool,
/Linux-v5.4/sound/drivers/opl3/
Dopl3_oss.c210 sbi.operators); in snd_opl3_load_patch_seq_oss()
/Linux-v5.4/Documentation/trace/
Devents.rst169 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.4/Documentation/firmware-guide/acpi/
Dmethod-customizing.rst27 declared inside scope operators are also not supported.
/Linux-v5.4/Documentation/RCU/
Drcu_dereference.txt46 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-v5.4/Documentation/driver-api/mtd/
Dnand_ecc.rst172 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.4/Documentation/process/
Dcoding-style.rst252 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-v5.4/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1338 /* operators */
1350 /* operators */
1378 /* set operators */
1441 After the pcm is created, you need to set operators for each pcm stream.
1450 The operators are defined typically like this:
1467 After setting the operators, you probably will want to pre-allocate the
1620 For the operators (callbacks) of each sound driver, most of these
3160 After the rawmidi device is created, you need to set the operators
3162 operators for all the substreams of a device:
3169 The operators are usually defined like this:
[all …]
/Linux-v5.4/include/uapi/linux/
Dsoundcard.h477 sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ member
/Linux-v5.4/Documentation/dev-tools/
Dkselftest.rst310 :doc: operators
/Linux-v5.4/Documentation/kbuild/
Dmakefiles.rst537 cc-ifversion takes all the shell operators:
1478 GNU Make has two assignment operators, ":=" and "=". ":=" performs
/Linux-v5.4/Documentation/kernel-hacking/
Dlocking.rst714 are used instead of the standard increment and decrement operators, and
/Linux-v5.4/tools/memory-model/Documentation/
Dexplanation.txt415 operators and function calls can be evaluated in any order. For