Searched refs:linenr (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/scripts/ |
D | checkpatch.pl | 1360 my ($linenr, $remain, $off) = @_; 1361 my $line = $linenr - 1; 1537 my ($linenr, $remain, $off) = @_; 1543 ($statement, $condition, $linenr, $remain, $off, $level) = 1544 ctx_statement_block($linenr, $remain, $off); 1548 return ($level, $linenr, @chunks); 1554 ($statement, $condition, $linenr, $remain, $off, $level) = 1555 ctx_statement_block($linenr, $remain, $off); 1562 return ($level, $linenr, @chunks); 1566 my ($linenr, $remain, $outer, $open, $close, $off) = @_; [all …]
|
D | get_maintainer.pl | 363 push(@self_test_info, {file=>$file, linenr=>$i, line=>$line});
|
/external/u-boot/tools/buildman/ |
D | kconfiglib.py | 1013 self.top_node.linenr = 1 1029 self.linenr = 0 1226 for linenr, line in enumerate(f, 1): 1235 self._undef_assign(name, val, filename, linenr) 1249 filename, linenr) 1265 filename, linenr) 1276 filename, linenr) 1291 filename, linenr) 1298 self._undef_assign(name, "n", filename, linenr) 1309 self._assigned_twice(sym, val, filename, linenr) [all …]
|
/external/u-boot/tools/ |
D | ublimage.c | 47 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() argument 56 name, linenr, token); in get_cfg_value()
|
D | aisimage.c | 81 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() argument 90 name, linenr, token); in get_cfg_value()
|
D | imx8mimage.c | 38 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() argument 47 name, linenr, token); in get_cfg_value()
|
D | imximage.c | 100 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() argument 109 name, linenr, token); in get_cfg_value()
|