Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp100 uint32_t base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddMemberLocationRanges() local
101 while (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddMemberLocationRanges()
131 ++base_idx; in AddMemberLocationRanges()
151 uint32_t base_idx = location_map.FindEntryIndexThatContains(base); in AddDwarfRange() local
154 if (base_idx == end_idx && base_idx != UINT32_MAX) { in AddDwarfRange()
155 auto *entry = location_map.GetMutableEntryAtIndex(base_idx); in AddDwarfRange()
168 base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddDwarfRange()
169 if (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddDwarfRange()
172 ++base_idx; in AddDwarfRange()
188 location_map.Erase(base_idx, end_idx); in AddDwarfRange()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpci.c514 u32 user_base_data = 0, base_vector = 0, base_idx; in ath12k_pci_ext_irq_config() local
516 base_idx = ATH12K_PCI_IRQ_CE0_OFFSET + CE_COUNT_MAX; in ath12k_pci_ext_irq_config()
545 irq_grp->irqs[0] = base_idx + i; in ath12k_pci_ext_irq_config()
/freebsd/sys/contrib/dev/rtw88/
H A Dphy.c2229 u8 base_idx, rate_idx; in rtw_phy_tx_power_by_rate_config_by_path()
2233 base_idx = rates[size - 3]; in rtw_phy_tx_power_by_rate_config_by_path()
2235 base_idx = rates[size - 1]; in rtw_phy_tx_power_by_rate_config_by_path()
2236 base_2g = hal->tx_pwr_by_rate_offset_2g[path][base_idx]; in rtw_phy_tx_power_by_rate_config_by_path()
2237 base_5g = hal->tx_pwr_by_rate_offset_5g[path][base_idx]; in rtw_phy_tx_power_by_rate_config_by_path()
2226 u8 base_idx, rate_idx; rtw_phy_tx_power_by_rate_config_by_path() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h226 uptr base_idx = region->num_freed_chunks; in GetFromAllocator() local
228 chunks[i] = free_array[base_idx + i]; in GetFromAllocator()