Home
last modified time | relevance | path

Searched refs:new_row (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1395 UnwindPlan::RowSP new_row(new UnwindPlan::Row()); in AugmentUnwindPlanFromCallSite() local
1396 *new_row = *original_last_row; in AugmentUnwindPlanFromCallSite()
1397 new_row->SetOffset(offset); in AugmentUnwindPlanFromCallSite()
1398 unwind_plan.AppendRow(new_row); in AugmentUnwindPlanFromCallSite()
1400 *row = *new_row; in AugmentUnwindPlanFromCallSite()
1440 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local
1441 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1452 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local
1453 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1466 UnwindPlan::RowSP new_row(new UnwindPlan::Row(*row)); in AugmentUnwindPlanFromCallSite() local
[all …]
/openbsd-src/sys/dev/wscons/
H A Dwsdisplay.c3254 u_int new_row; in mouse_copy_extend_word()
3285 new_row = scr->mouse / N_COLS(dconf); in mouse_copy_extend_word()
3287 scr->cpy_end = new_row * N_COLS(dconf) + MAXCOL(dconf);
3288 if (new_row > old_row)
3290 else if (new_row < old_row)
3295 new_row = scr->mouse / N_COLS(dconf); in mouse_copy_extend_line() local
3297 scr->cpy_start = new_row * N_COLS(dconf); in mouse_copy_extend_line()
3298 if (new_row < old_row) in mouse_copy_extend_line()
3300 else if (new_row > old_row) in mouse_copy_extend_line()
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp193 auto new_row = in GetNonCallSiteUnwindPlanFromAssembly() local
196 {current_offset, {new_row, m_register_values}}); in GetNonCallSiteUnwindPlanFromAssembly()