HomeSort by relevance Sort by last modified time
    Searched full:offset_base (Results 1 - 6 of 6) sorted by null

  /system/extras/perfprofd/quipper/
address_mapper.cc 24 const uint64_t offset_base,
30 range.offset_base = offset_base;
85 old_range.offset_base,
89 CHECK(MapWithID(range.real_addr, range.size, id, offset_base, false));
95 old_range.offset_base + gap_before + range.size,
176 *offset = real_addr - iter->real_addr + iter->offset_base;
address_mapper.h 36 // |offset_base| represents the offset within the original region at which the
40 // offset_base=0x10000, then the address 0x5000 maps to an offset of 0x11000
45 const uint64_t offset_base,
83 uint64_t offset_base; member in struct:quipper::AddressMapper::MappedRange
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context_priv.h 53 unsigned opcode, unsigned offset_base);
r600_hw_context.c 133 unsigned opcode, unsigned offset_base)
143 block->pm4[block->pm4_ndwords++] = (block->start_offset - offset_base) >> 2;
185 unsigned opcode, unsigned offset_base)
234 r600_init_block(ctx, block, reg, i, n, opcode, offset_base);
    [all...]
  /external/lldb/examples/summaries/cocoa/
NSURL.py 53 def offset_base(self): member in class:NSURLKnown_SummaryProvider
63 self.offset_base(),
  /external/lldb/source/DataFormatters/
Cocoa.cpp 449 uint64_t offset_base = offset_text + ptr_size; local
452 ValueObjectSP base(valobj.GetSyntheticChildAtOffset(offset_base, type, true));

Completed in 218 milliseconds