Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dscript_asm.pl69 %operators = (
76 %operators = (
602 $code[$address] |= $operators{$op};
605 $code[$address] |= $operators{$op};
A Dqla1280.h716 uint8_t operators; member
/linux-6.3-rc2/scripts/coccinelle/misc/
A Dboolconv.cocci4 //# Relational and logical operators evaluate to bool,
/linux-6.3-rc2/sound/drivers/opl3/
A Dopl3_oss.c212 sbi.operators); in snd_opl3_load_patch_seq_oss()
/linux-6.3-rc2/Documentation/driver-api/gpio/
A Dusing-gpio.rst26 operators to have a deep knowledge of the equipment and knows about the
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A Dmethod-customizing.rst27 declared inside scope operators are also not supported.
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dveristat.c396 } operators[] = { variable
438 for (i = 0; i < ARRAY_SIZE(operators); i++) { in append_filter()
445 op_str = operators[i].op_str; in append_filter()
488 f->op = operators[i].op_kind; in append_filter()
/linux-6.3-rc2/Documentation/RCU/
A Drcu_dereference.rst56 operators. For example, for a given variable "x", avoid
74 - Do not use the results from relational operators ("==", "!=",
88 As before, the reason this is buggy is that relational operators
/linux-6.3-rc2/Documentation/driver-api/mtd/
A 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-6.3-rc2/Documentation/process/
A Dcoding-style.rst274 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.
A Ddeprecated.rst310 so any misuse of such operators will be immediately noticed at build time.
/linux-6.3-rc2/Documentation/trace/
A 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:
A Dhistogram.rst1776 division operators (+-\*/).
/linux-6.3-rc2/include/uapi/linux/
A Dsoundcard.h477 sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ member
/linux-6.3-rc2/Documentation/bpf/
A Dcpumasks.rst296 bitwise operators (and queried).
/linux-6.3-rc2/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst1347 /* 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-6.3-rc2/Documentation/dev-tools/
A Dkselftest.rst385 :doc: operators
A Dcheckpatch.rst1053 Assignment operators should not be written at the start of a
/linux-6.3-rc2/Documentation/kernel-hacking/
A Dlocking.rst708 are used instead of the standard increment and decrement operators, and
/linux-6.3-rc2/Documentation/kbuild/
A Dmakefiles.rst1637 GNU Make has two assignment operators, ``:=`` and ``=``. ``:=`` performs
/linux-6.3-rc2/tools/memory-model/Documentation/
A Dexplanation.txt415 operators and function calls can be evaluated in any order. For

Completed in 40 milliseconds