Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1396 *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()
1441 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1453 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1467 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1477 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1487 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
1497 unwind_plan.InsertRow(new_row); in AugmentUnwindPlanFromCallSite()
[all …]
/openbsd/sys/dev/wscons/
H A Dwsdisplay.c3254 u_int new_row; in mouse_copy_extend_line() local
3285 new_row = scr->mouse / N_COLS(dconf); in mouse_copy_extend_line()
3287 scr->cpy_end = new_row * N_COLS(dconf) + MAXCOL(dconf); in mouse_copy_extend_line()
3288 if (new_row > old_row) in mouse_copy_extend_line()
3290 else if (new_row < old_row) in mouse_copy_extend_line()
3295 new_row = scr->mouse / N_COLS(dconf); in mouse_copy_extend_line()
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/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()