Searched refs:statement (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/test/ |
| H A D | compression.c | 285 #define errcheck(statement) if (!(statement)) { \ argument 286 fprintf(stderr, "\tFailed: %s\n", #statement); \
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.log | 48 LOGC_NONE - Unknown category (e.g. a debug() statement) 75 file-by-file basis. The debug() macro compiles to a printf() statement if 76 DEBUG is enabled, and an empty statement if not. 135 The last option turns every debug() statement into a logging call, which
|
| H A D | README.iomux | 61 Just as with the old console code, this statement is still true:
|
| H A D | README.autoboot | 102 commas exactly like in a printf statement, the required
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | OFL.txt | 38 copyright statement(s).
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.tab.c_shipped | 1215 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1226 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1237 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1505 { zconf_error("unexpected end statement"); } 1511 { zconf_error("unknown statement \"%s\"", (yyvsp[-2].string)); } 1525 { zconf_error("invalid statement"); } 1578 zconfprint("warning: menuconfig statement without prompt");
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | 1392 my $statement = substr($blk, $soff, $off - $soff + 1); 1400 return ($statement, $condition, 1449 my ($statement, $condition, $level); 1454 ($statement, $condition, $linenr, $remain, $off, $level) = 1457 push(@chunks, [ $condition, $statement ]); 1465 ($statement, $condition, $linenr, $remain, $off, $level) = 1470 push(@chunks, [ $condition, $statement ]);
|
| /rk3399_rockchip-uboot/lib/libxbc/ |
| H A D | COPYING | 124 You may add Your own copyright statement to Your modifications and
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | Kconfig | 71 like in a printf statement, the required arguments. It is
|