Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/net/
Dslip.h37 #define SLIP_STATS(statement) argument
40 #define SLIP_STATS(statement) statement argument
/Zephyr-latest/doc/build/kconfig/
Dextensions.rst24 The statement above is equivalent to:
60 - The ``source`` statement supports glob patterns and includes each matching
70 :file:`foo/bar/baz/Kconfig` and :file:`foo/bar/qaz/Kconfig`, the statement
84 filename to not exist), a separate ``osource`` (*optional source*) statement
92 - An ``rsource`` statement is available for including files specified with a
94 file that contains the ``rsource`` statement.
116 - An ``orsource`` statement is available that combines ``osource`` and
119 For example, the following statement will include :file:`Kconfig1` and
Dtips.rst91 The ``select`` statement is used to force one symbol to ``y`` whenever another
912 The ``imply`` statement
915 The ``imply`` statement is similar to ``select``, but respects dependencies and
/Zephyr-latest/scripts/coccinelle/
Dderef_null.cocci43 statement S1,S2;
56 statement S1,S2,S3,S4;
117 statement S1,S2,S3,S4;
177 statement S1,S2,S3,S4;
239 statement S1,S2;
250 statement S1,S2,S3,S4;
Dsemicolon.cocci47 statement S;
Dmini_lock.cocci68 statement S1,S2;
/Zephyr-latest/scripts/ci/
Dpylintrc178 simplifiable-if-statement,
191 pointless-statement,
192 pointless-string-statement,
198 confusing-with-statement,
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst669 …- The controlling expression of an if statement and the controlling expression of an iteration-st…
676 - The goto statement shall jump to a label declared later in the same function
683 …Any label referenced by a goto statement shall be declared in the same block, or in any block encl…
690 - The body of an iteration-statement or a selection-statement shall be a compound-statement
693 ….edu/confluence/display/c/EXP19-C.+Use+braces+for+the+body+of+an+if%2C+for%2C+or+while+statement>`_
697 - All if else if constructs shall be terminated with an else statement
711 …l only be used when the most closely-enclosing compound statement is the body of a switch statement
714 …ps://wiki.sei.cmu.edu/confluence/display/c/MSC20-C.+Do+not+use+a+switch+statement+to+transfer+cont…
718 - An unconditional break statement shall terminate every switch-clause
725 - Every switch statement shall have a default label
[all …]
/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_deviations.ecl38 -doc="Function \"z_object_lookup\", that is automatically generated, uses single-statement bodies n…
/Zephyr-latest/scripts/
Dcheckpatch.pl1514 my $statement = substr($blk, $soff, $off - $soff + 1);
1522 return ($statement, $condition,
1571 my ($statement, $condition, $level);
1576 ($statement, $condition, $linenr, $remain, $off, $level) =
1579 push(@chunks, [ $condition, $statement ]);
1587 ($statement, $condition, $linenr, $remain, $off, $level) =
1592 push(@chunks, [ $condition, $statement ]);
5081 my $statement = $3;
5087 fix_insert_line($fixlinenr, "$space$statement;");
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt160 to conform to the following statement from the Bluetooth 5.1
/Zephyr-latest/
DLICENSE123 You may add Your own copyright statement to Your modifications and
/Zephyr-latest/doc/safety/
Dsafety_overview.rst179 If the 100% cannot be reached (e.g. statement coverage of defensive code) that part needs to be
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst24 statement, that you can enable with :kconfig:option:`CONFIG_ASSERT`, will
Drelease-notes-3.0.rst1311 * :github:`38376` - Raw Socket Failure when using 2 Raw Sockets and zsock_select() statement - impr…
Drelease-notes-2.4.rst1842 * :github:`9893` - MISRA C Review switch statement usage
Drelease-notes-3.1.rst834 yaml`` statement. This was unused in upstream Zephyr; out of tree bindings
Drelease-notes-1.14.rst1909 * :github:`11146` - ext: debug: segger: rtt: SEGGER_RTT_Init() missing return statement
/Zephyr-latest/doc/contribute/
Dguidelines.rst98 statement and thereby agrees to the DCO.
/Zephyr-latest/doc/develop/application/
Dindex.rst403 * As a ``set(<VARIABLE> <VALUE>)`` statement in your :file:`CMakeLists.txt`
/Zephyr-latest/doc/
Dzephyr.doxyfile.in672 # grouped member an include statement to the documentation, telling the reader
2891 # the !include statement in a PlantUML block.