Searched refs:first_line (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/mips/mm/ |
| A D | sc-ip22.c | 74 unsigned long first_line, last_line; in indy_sc_wback_invalidate() local 85 first_line = SC_INDEX(addr); in indy_sc_wback_invalidate() 89 if (first_line <= last_line) { in indy_sc_wback_invalidate() 90 indy_sc_wipe(first_line, last_line); in indy_sc_wback_invalidate() 94 indy_sc_wipe(first_line, SC_SIZE - SC_LINE); in indy_sc_wback_invalidate()
|
| /linux/scripts/dtc/ |
| A D | srcpos.c | 238 pos->first_line = current_srcfile->lineno; in srcpos_update() 296 if (pos->first_line != pos->last_line) in srcpos_string() 298 pos->first_line, pos->first_column, in srcpos_string() 302 pos->first_line, pos->first_column, in srcpos_string() 306 pos->first_line, pos->first_column); in srcpos_string() 312 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment() argument 342 pos->first_line, pos->first_column, in srcpos_string_comment() 346 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment() 352 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
|
| A D | srcpos.h | 58 int first_line; member 71 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 77 (Current).first_line = (Current).last_line = \
|
| A D | dtc-parser.tab.c | 847 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 854 (Current).first_line = (Current).last_line = \ 895 if (0 <= yylocp->first_line) in yy_location_print_() 897 res += YYFPRINTF (yyo, "%d", yylocp->first_line); in yy_location_print_() 903 if (yylocp->first_line < yylocp->last_line) in yy_location_print_()
|
| A D | dtc-parser.tab.h | 120 int first_line; member
|
| /linux/tools/perf/ |
| A D | builtin-config.c | 41 const char *first_line = "# this file is auto-generated."; in set_config() local 51 fprintf(fp, "%s\n", first_line); in set_config()
|
| /linux/scripts/ |
| A D | checkpatch.pl | 1917 my ($first_line, $end_line) = @_; 1935 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1938 if ($linenr == $first_line and $line =~ m@^.\s*\*@) { 1957 my ($first_line, $end_line) = @_; 1958 my $cmt = ctx_locate_comment($first_line, $end_line); 2635 my $first_line = 0; 2764 $first_line = $linenr + 1; 6487 if (!ctx_has_comment($first_line, $linenr)) { 6514 if (!ctx_has_comment($first_line, $linenr)) { 6532 if (!ctx_has_comment($first_line, $linenr)) { [all …]
|
| /linux/tools/perf/util/ |
| A D | annotate.h | 207 bool first_line, current_entry, change_color; member
|
| A D | annotate.c | 2529 .first_line = true, in symbol__annotate_fprintf2() 2544 wops.first_line = false; in symbol__annotate_fprintf2() 2943 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write() argument 2959 if (first_line && (al->offset == -1 || percent_max == 0.0)) { in __annotation_line__write() 3108 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write()
|
| /linux/tools/vm/ |
| A D | slabinfo.c | 317 static void first_line(void) in first_line() function 603 first_line(); in slabcache()
|
| /linux/tools/perf/ui/browsers/ |
| A D | annotate.c | 103 .first_line = row == 0, in annotate_browser__write()
|
Completed in 38 milliseconds