Searched refs:statement (Results 1 – 12 of 12) sorted by relevance
/u-boot/doc/usage/ |
A D | for.rst | 57 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 D | list_entry_update.cocci | 29 statement S; 41 statement S;
|
A D | itnull.cocci | 24 statement S,S1,S2;
|
A D | use_after_iter.cocci | 36 statement S;
|
/u-boot/scripts/coccinelle/null/ |
A D | kmerr.cocci | 35 statement S; 51 statement S;
|
/u-boot/test/ |
A D | compression.c | 299 #define errcheck(statement) if (!(statement)) { \ argument 300 fprintf(stderr, "\tFailed: %s\n", #statement); \
|
/u-boot/doc/develop/ |
A D | logging.rst | 75 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 D | README.iomux | 60 Just as with the old console code, this statement is still true:
|
A D | README.autoboot | 102 commas exactly like in a printf statement, the required
|
/u-boot/Licenses/ |
A D | OFL.txt | 38 copyright statement(s).
|
/u-boot/scripts/ |
A D | checkpatch.pl | 1518 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 D | Kconfig.boot | 796 like in a printf statement, the required arguments. It is
|
Completed in 56 milliseconds