Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/
H A Dcompression.c285 #define errcheck(statement) if (!(statement)) { \ argument
286 fprintf(stderr, "\tFailed: %s\n", #statement); \
/rk3399_rockchip-uboot/doc/
H A DREADME.log48 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 DREADME.iomux61 Just as with the old console code, this statement is still true:
H A DREADME.autoboot102 commas exactly like in a printf statement, the required
/rk3399_rockchip-uboot/Licenses/
H A DOFL.txt38 copyright statement(s).
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.tab.c_shipped1215 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 Dcheckpatch.pl1392 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 DCOPYING124 You may add Your own copyright statement to Your modifications and
/rk3399_rockchip-uboot/cmd/
H A DKconfig71 like in a printf statement, the required arguments. It is