Searched refs:base_index (Results 1 – 2 of 2) sorted by relevance
54 std::optional<uint32_t> base_index; member64 uint32_t base_index = *subreg->base_index; in addPartialRegisters() local65 DynamicRegisterInfo::Register &full_reg = regs[base_index]; in addPartialRegisters()81 {base_index}, in addPartialRegisters()104 uint32_t base_index1 = *regdata1->base_index; in addCombinedRegisters()105 uint32_t base_index2 = *regdata2->base_index; in addCombinedRegisters()238 subreg.base_index = x.index(); in AugmentRegisterInfo()
359 U16 base_index; in Perl_Slab_Alloc() local362 for (base_index = OPSLOT_SIZE_TO_INDEX(sz_in_p); in Perl_Slab_Alloc()363 base_index < head_slab->opslab_freed_size && !head_slab->opslab_freed[base_index]; in Perl_Slab_Alloc()364 ++base_index) { in Perl_Slab_Alloc()367 if (base_index < head_slab->opslab_freed_size) { in Perl_Slab_Alloc()369 o = head_slab->opslab_freed[base_index]; in Perl_Slab_Alloc()373 head_slab->opslab_freed[base_index] = o->op_next; in Perl_Slab_Alloc()