Searched refs:statements (Results 1 – 25 of 44) sorted by relevance
12
/Linux-v4.19/Documentation/doc-guide/ |
D | parse-headers.rst | 77 The EXCEPTIONS_FILE contain two types of statements: \ **ignore**\ or \ **replace**\ . 96 For both statements, \ **type**\ can be either one of the following: 116 The ignore or replace statement will apply to typedef statements at C_FILE. 122 The ignore or replace statement will apply to the name of struct statements 129 The ignore or replace statement will apply to the name of enum statements 139 For replace statements, \ **new_value**\ will automatically use :c:type:
|
/Linux-v4.19/drivers/net/ethernet/neterion/ |
D | Kconfig | 50 bool "Enabling All Debug trace statements in driver" 54 Say Y here if you want to enabling all the debug trace statements in 55 the vxge driver. By default only few debug trace statements are
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbmethod.c | 234 void acpi_db_disassemble_aml(char *statements, union acpi_parse_object *op) in acpi_db_disassemble_aml() argument 243 if (statements) { in acpi_db_disassemble_aml() 244 num_statements = strtoul(statements, NULL, 0); in acpi_db_disassemble_aml()
|
D | acdebug.h | 122 void acpi_db_disassemble_aml(char *statements, union acpi_parse_object *op);
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | boolreturn.cocci | 2 /// Return statements in functions returning bool should use
|
D | semicolon.cocci | 7 // Comments: Some false positives on empty default cases in switch statements.
|
/Linux-v4.19/Documentation/mtd/ |
D | nand_ecc.txt | 247 Still pretty straightforward. The last three invert statements are there to 381 multiple statements on a line, not using { } in then and else blocks 399 statements. Also we can optimise the calculation in the end a little bit 430 statements is reduced. This is also reflected in the assembly code. 443 loop unrolling. This will eliminate a few if statements. I'll try 494 This included the else clause of the if statements. 509 statements. Why not keep a running parity and only keep the last if 546 iteration. In the last 3 statements is added to par and, if needed, 567 places with statements: 570 loop; This eliminates 3 statements per loop. Of course after the loop we [all …]
|
/Linux-v4.19/Documentation/ |
D | preempt-locking.txt | 87 call to preempt_enable. The preempt statements define to nothing if 113 Notice how the preemption statements must encompass every reference of the
|
D | static-keys.txt | 128 statements.
|
D | unaligned-memory-access.txt | 31 assembly). As will become clear, it is relatively easy to spot C statements
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 15 compatible; all statements below that apply to "fsl,mpc8548-pmc" also
|
/Linux-v4.19/Documentation/hwmon/ |
D | w83795 | 24 into working libsensors configuration statements.
|
D | w83627hf | 100 working libsensors configuration statements.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 26 statements by matching any combination of 0 or 1 of: 36 statements, to help guide you 61 statements via::
|
D | parport.rst | 82 You can have many ``parport=...`` statements, one for each port you want
|
/Linux-v4.19/tools/build/ |
D | Build.include | 36 # Escape single quote for use in echo statements
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.ips | 116 0.99.02 - Added some additional debug statements to print out
|
D | advansys.txt | 64 Enabling this option adds assertion logic statements to the 68 responsible for the driver. Assertion statements may proactively
|
/Linux-v4.19/Documentation/isdn/ |
D | README.concap | 30 uses several case statements which select appropriate actions 60 the various case statements inside drivers/isdn/isdn_net.c.
|
/Linux-v4.19/Documentation/networking/ |
D | skfp.txt | 162 - Fixed printk statements from v2.02
|
/Linux-v4.19/Documentation/process/ |
D | volatile-considered-harmful.rst | 83 keyword to asm statements will prevent this removal.
|
/Linux-v4.19/tools/objtool/Documentation/ |
D | stack-validation.txt | 20 instructions). Similarly, it knows how to follow switch statements, for 173 For C files, the common culprits are inline asm statements and calls to
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | os.S | 70 | statements instead of (more expensive) copy{in,out} calls, if
|
D | TEST.DOC | 135 statements printed will be seen.
|
/Linux-v4.19/scripts/ |
D | Kbuild.include | 31 # Escape single quote for use in echo statements
|
12