Searched refs:operators (Results 1 – 23 of 23) sorted by relevance
/linux-6.6.21/drivers/scsi/ |
D | script_asm.pl | 69 %operators = ( 76 %operators = ( 602 $code[$address] |= $operators{$op}; 605 $code[$address] |= $operators{$op};
|
D | qla1280.h | 716 uint8_t operators; member
|
/linux-6.6.21/scripts/coccinelle/misc/ |
D | boolconv.cocci | 4 //# Relational and logical operators evaluate to bool,
|
/linux-6.6.21/sound/drivers/opl3/ |
D | opl3_oss.c | 212 sbi.operators); in snd_opl3_load_patch_seq_oss()
|
/linux-6.6.21/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 26 operators to have a deep knowledge of the equipment and knows about the
|
/linux-6.6.21/Documentation/firmware-guide/acpi/ |
D | method-customizing.rst | 27 declared inside scope operators are also not supported.
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | veristat.c | 443 } operators[] = { variable 485 for (i = 0; i < ARRAY_SIZE(operators); i++) { in append_filter() 492 op_str = operators[i].op_str; in append_filter() 535 f->op = operators[i].op_kind; in append_filter()
|
/linux-6.6.21/Documentation/RCU/ |
D | rcu_dereference.rst | 56 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.6.21/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-6.6.21/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 | 310 so any misuse of such operators will be immediately noticed at build time.
|
/linux-6.6.21/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:
|
D | fprobetrace.rst | 117 The field access operators, ``->`` and ``.`` can be combined for accessing deeper
|
D | histogram.rst | 1776 division operators (+-\*/).
|
/linux-6.6.21/include/uapi/linux/ |
D | soundcard.h | 477 sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ member
|
/linux-6.6.21/Documentation/bpf/ |
D | cpumasks.rst | 286 bitwise operators (and queried).
|
/linux-6.6.21/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 1280 /* operators */ 1291 /* operators */ 1318 /* set operators */ 1377 After the PCM is created, you need to set operators for each PCM stream:: 1384 The operators are defined typically like this:: 1398 After setting the operators, you probably will want to pre-allocate the 1549 For the operators (callbacks) of each sound driver, most of these 3062 After the rawmidi device is created, you need to set the operators 3064 operators for all the substreams of a device:: 3069 The operators are usually defined like this:: [all …]
|
/linux-6.6.21/Documentation/dev-tools/ |
D | kselftest.rst | 408 :doc: operators
|
D | checkpatch.rst | 1053 Assignment operators should not be written at the start of a
|
/linux-6.6.21/Documentation/kernel-hacking/ |
D | locking.rst | 708 are used instead of the standard increment and decrement operators, and
|
/linux-6.6.21/Documentation/kbuild/ |
D | makefiles.rst | 1637 GNU Make has two assignment operators, ``:=`` and ``=``. ``:=`` performs
|
/linux-6.6.21/tools/memory-model/Documentation/ |
D | explanation.txt | 416 operators and function calls can be evaluated in any order. For
|
/linux-6.6.21/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 612 operators help to **fix** the flaws, but this opinion apparently is not
|