Home
last modified time | relevance | path

Searched refs:base_index (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp54 std::optional<uint32_t> base_index; member
64 uint32_t base_index = *subreg->base_index; in addPartialRegisters() local
65 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()
/openbsd/gnu/usr.bin/perl/
H A Dop.c359 U16 base_index; in Perl_Slab_Alloc() local
362 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()