Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepOverRange.cpp208 uint32_t entry_idx; in ShouldStop() local
210 … if (line_table->FindLineEntryByAddress (cur_address, line_entry, &entry_idx)) in ShouldStop()
214 if (entry_idx > 0) in ShouldStop()
222 … if (line_table->GetLineEntryAtIndex(entry_idx - 1, prev_line_entry) in ShouldStop()
249 … while (line_table->GetLineEntryAtIndex(entry_idx + look_ahead_step, next_line_entry)) in ShouldStop()
/trueos/sys/dev/mpr/
HDmpr_config.c501 Mpi2DriverMappingPage0_t *config_page, u16 entry_idx) in mpr_config_set_dpm_pg0() argument
528 request->PageAddress |= htole16(entry_idx); in mpr_config_set_dpm_pg0()
578 request->PageAddress |= htole16(entry_idx); in mpr_config_set_dpm_pg0()
/trueos/sys/dev/mps/
HDmps_config.c694 Mpi2DriverMappingPage0_t *config_page, u16 entry_idx) in mps_config_set_dpm_pg0() argument
721 request->PageAddress |= htole16(entry_idx); in mps_config_set_dpm_pg0()
771 request->PageAddress |= htole16(entry_idx); in mps_config_set_dpm_pg0()
/trueos/contrib/gcclibs/libmudflap/
HDmf-runtime.c814 unsigned entry_idx = __MF_CACHE_INDEX (ptr); in __mfu_check() local
815 struct __mf_cache *entry = & __mf_lookup_cache [entry_idx]; in __mfu_check()
827 ptr, entry_idx, (unsigned long)sz, in __mfu_check()
1023 __mf_lookup_cache_reusecount [entry_idx] ++; in __mfu_check()