Home
last modified time | relevance | path

Searched refs:frame_num (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp469 UnwindLLDB::GetRegisterContextForFrameNum(uint32_t frame_num) { in GetRegisterContextForFrameNum() argument
471 if (frame_num < m_frames.size()) in GetRegisterContextForFrameNum()
472 reg_ctx_sp = m_frames[frame_num]->reg_ctx_lldb_sp; in GetRegisterContextForFrameNum()
479 int64_t frame_num = starting_frame_num; in SearchForSavedLocationForRegister() local
480 if (static_cast<size_t>(frame_num) >= m_frames.size()) in SearchForSavedLocationForRegister()
488 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister( in SearchForSavedLocationForRegister()
492 while (frame_num >= 0) { in SearchForSavedLocationForRegister()
494 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister( in SearchForSavedLocationForRegister()
513 frame_num > 0) { in SearchForSavedLocationForRegister()
522 frame_num--; in SearchForSavedLocationForRegister()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h88 RegisterContextLLDBSP GetRegisterContextForFrameNum(uint32_t frame_num);
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp750 const uint32_t frame_num = thread_sp->GetStackFrameCount(); in FrameIndexes() local
751 for (uint32_t i = 0; i < frame_num; ++i) { in FrameIndexes()
/src/sys/dev/usb/controller/
H A Ddwc_otg.c1217 uint8_t frame_num = (uint8_t)sc->sc_last_frame_num; in dwc_otg_host_rate_check() local
1221 if (frame_num & (td->tmr_res - 1)) in dwc_otg_host_rate_check()
1223 if ((frame_num ^ td->tmr_val) & td->tmr_res) in dwc_otg_host_rate_check()
1235 if (td->tmr_res == frame_num) { in dwc_otg_host_rate_check()
1245 td->tmr_res = frame_num; in dwc_otg_host_rate_check()