Home
last modified time | relevance | path

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

/u-boot/doc/usage/
A Dfor.rst57 The return value $? after the done statement is the return value of the last
58 statement executed in the loop.
/u-boot/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci29 statement S;
41 statement S;
A Ditnull.cocci24 statement S,S1,S2;
A Duse_after_iter.cocci36 statement S;
/u-boot/scripts/coccinelle/null/
A Dkmerr.cocci35 statement S;
51 statement S;
/u-boot/test/
A Dcompression.c299 #define errcheck(statement) if (!(statement)) { \ argument
300 fprintf(stderr, "\tFailed: %s\n", #statement); \
/u-boot/doc/develop/
A Dlogging.rst75 file-by-file basis. The debug() macro compiles to a printf() statement if
76 DEBUG is enabled, and an empty statement if not.
241 The last option turns every debug() statement into a logging call, which
/u-boot/doc/
A DREADME.iomux60 Just as with the old console code, this statement is still true:
A DREADME.autoboot102 commas exactly like in a printf statement, the required
/u-boot/Licenses/
A DOFL.txt38 copyright statement(s).
/u-boot/scripts/
A Dcheckpatch.pl1518 my $statement = substr($blk, $soff, $off - $soff + 1);
1526 return ($statement, $condition,
1575 my ($statement, $condition, $level);
1580 ($statement, $condition, $linenr, $remain, $off, $level) =
1583 push(@chunks, [ $condition, $statement ]);
1591 ($statement, $condition, $linenr, $remain, $off, $level) =
1596 push(@chunks, [ $condition, $statement ]);
/u-boot/common/
A DKconfig.boot796 like in a printf statement, the required arguments. It is

Completed in 56 milliseconds