Searched refs:last_line (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | sc-ip22.c | 60 unsigned long first_line, last_line; in indy_sc_wback_invalidate() local 72 last_line = SC_INDEX(addr + size - 1); in indy_sc_wback_invalidate() 75 if (first_line <= last_line) { in indy_sc_wback_invalidate() 76 indy_sc_wipe(first_line, last_line); in indy_sc_wback_invalidate() 81 indy_sc_wipe(0, last_line); in indy_sc_wback_invalidate()
|
/linux-4.4.14/scripts/dtc/ |
D | srcpos.h | 73 int last_line; member 85 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 89 (Current).first_line = (Current).last_line = \ 90 YYRHSLOC(Rhs, 0).last_line; \
|
D | srcpos.c | 207 .last_line = 0, 234 pos->last_line = current_srcfile->lineno; in srcpos_update() 258 printf("last_line : %d\n", pos->last_line); in srcpos_dump() 275 if (pos->first_line != pos->last_line) in srcpos_string() 278 pos->last_line, pos->last_column); in srcpos_string()
|
D | dtc-parser.tab.h_shipped | 109 int last_line;
|
D | dtc-parser.tab.c_shipped | 179 int last_line; 745 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 750 (Current).first_line = (Current).last_line = \ 751 YYRHSLOC (Rhs, 0).last_line; \ 797 if (0 <= yylocp->last_line) 799 if (yylocp->first_line < yylocp->last_line) 801 res += YYFPRINTF (yyo, "-%d", yylocp->last_line);
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 884 (Current).first_line = (Current).last_line = \ 885 YYRHSLOC (Rhs, 0).last_line; \
|
D | zconf.tab.c_shipped | 879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 884 (Current).first_line = (Current).last_line = \ 885 YYRHSLOC (Rhs, 0).last_line; \
|