Searched refs:statement (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/drivers/net/ |
D | slip.h | 37 #define SLIP_STATS(statement) argument 40 #define SLIP_STATS(statement) statement argument
|
/Zephyr-latest/doc/build/kconfig/ |
D | extensions.rst | 24 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
|
D | tips.rst | 91 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/ |
D | deref_null.cocci | 43 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;
|
D | semicolon.cocci | 47 statement S;
|
D | mini_lock.cocci | 68 statement S1,S2;
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 178 simplifiable-if-statement, 191 pointless-statement, 192 pointless-string-statement, 198 confusing-with-statement,
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 669 …- 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/ |
D | adopted_deviations.ecl | 38 -doc="Function \"z_object_lookup\", that is automatically generated, uses single-statement bodies n…
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 1514 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/ |
D | Kconfig.gatt | 160 to conform to the following statement from the Bluetooth 5.1
|
/Zephyr-latest/ |
D | LICENSE | 123 You may add Your own copyright statement to Your modifications and
|
/Zephyr-latest/doc/safety/ |
D | safety_overview.rst | 179 If the 100% cannot be reached (e.g. statement coverage of defensive code) that part needs to be
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 24 statement, that you can enable with :kconfig:option:`CONFIG_ASSERT`, will
|
D | release-notes-3.0.rst | 1311 * :github:`38376` - Raw Socket Failure when using 2 Raw Sockets and zsock_select() statement - impr…
|
D | release-notes-2.4.rst | 1842 * :github:`9893` - MISRA C Review switch statement usage
|
D | release-notes-3.1.rst | 834 yaml`` statement. This was unused in upstream Zephyr; out of tree bindings
|
D | release-notes-1.14.rst | 1909 * :github:`11146` - ext: debug: segger: rtt: SEGGER_RTT_Init() missing return statement
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 98 statement and thereby agrees to the DCO.
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 403 * As a ``set(<VARIABLE> <VALUE>)`` statement in your :file:`CMakeLists.txt`
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 672 # grouped member an include statement to the documentation, telling the reader 2891 # the !include statement in a PlantUML block.
|