Home
last modified time | relevance | path

Searched refs:last_line (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/mips/mm/
Dsc-ip22.c60 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/
Dsrcpos.h73 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; \
Dsrcpos.c207 .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()
Ddtc-parser.tab.h_shipped109 int last_line;
Ddtc-parser.tab.c_shipped179 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/
Dzconf.tab.c879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
884 (Current).first_line = (Current).last_line = \
885 YYRHSLOC (Rhs, 0).last_line; \
Dzconf.tab.c_shipped879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
884 (Current).first_line = (Current).last_line = \
885 YYRHSLOC (Rhs, 0).last_line; \