Searched refs:last_line (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/mips/mm/ |
H A D | sc-ip22.c | 74 unsigned long first_line, last_line; in indy_sc_wback_invalidate() local 86 last_line = SC_INDEX(addr + size - 1); 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() 95 indy_sc_wipe(0, last_line); in indy_sc_wback_invalidate()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | srcpos.h | 74 int last_line; member 86 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 90 (Current).first_line = (Current).last_line = \ 91 YYRHSLOC(Rhs, 0).last_line; \
|
H A D | srcpos.c | 207 .last_line = 0, 229 pos->last_line = current_srcfile->lineno; in srcpos_update() 254 if (pos->first_line != pos->last_line) in srcpos_string() 257 pos->last_line, pos->last_column); in srcpos_string()
|
/openbmc/linux/scripts/dtc/ |
H A D | srcpos.h | 60 int last_line; member 73 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 77 (Current).first_line = (Current).last_line = \ 78 YYRHSLOC(Rhs, 0).last_line; \
|
H A D | srcpos.c | 249 pos->last_line = current_srcfile->lineno; in srcpos_update() 296 if (pos->first_line != pos->last_line) in srcpos_string() 299 pos->last_line, pos->last_column); in srcpos_string() 343 pos->last_line, pos->last_column); in srcpos_string_comment() 346 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment()
|
/openbmc/linux/tools/perf/util/ |
H A D | genelf_debug.c | 301 unsigned int last_line, in get_special_opcode() argument 310 temp = (ent->lineno - last_line) - default_debug_line_header.line_base; in get_special_opcode() 358 int last_line = 1; in emit_lineno_info() local 377 special_opcode = get_special_opcode(ent, last_line, last_vma); in emit_lineno_info() 379 last_line = ent->lineno; in emit_lineno_info() 386 if (last_line != ent->lineno) { in emit_lineno_info() 387 emit_advance_lineno(be, ent->lineno - last_line); in emit_lineno_info() 388 last_line = ent->lineno; in emit_lineno_info()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | ncsi_state_machine.cpp | 45 static std::string last_line; in do_log() local 48 if (line != last_line || line_dup_time + last_line_time < now) in do_log() 56 last_line = std::move(line); in do_log()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.h | 83 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *last_line);
|
/openbmc/qemu/hw/display/ |
H A D | exynos4210_fimd.c | 1275 int first_line = -1, last_line = -1, scrn_width; in exynos4210_fimd_update() local 1310 last_line = line; in exynos4210_fimd_update() 1332 for (line = first_line; line <= last_line; line++) { in exynos4210_fimd_update()
|