Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
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()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary64.h226 uptr base_idx = region->num_freed_chunks; in GetFromAllocator() local
228 chunks[i] = free_array[base_idx + i]; in GetFromAllocator()
/openbsd/src/sys/dev/pci/
Dif_qwz_pci.c1456 uint32_t base_idx, base_vector = 0; in qwz_pcic_ext_irq_config() local
1461 base_idx = ATH12K_PCI_IRQ_CE0_OFFSET + CE_COUNT_MAX; in qwz_pcic_ext_irq_config()
1490 irq_grp->irqs[0] = base_idx + i; in qwz_pcic_ext_irq_config()