HomeSort by relevance Sort by last modified time
    Searched refs:total_offset (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 131 unsigned int total_offset = m_Offset + pOffset; local
136 if (total_length < (total_offset+pNBytes))
137 pNBytes = total_length - total_offset;
139 std::memcpy(pDest, region_frag->getRegion().begin() + total_offset, pNBytes);
145 if (total_length < (total_offset+pNBytes))
146 pNBytes = total_length - total_offset;
147 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes);
  /external/lldb/source/Symbol/
Symbol.cpp 320 uint16_t total_offset = m_type_data; local
332 m_type_data = total_offset;
338 total_offset += sc_temp.line_entry.range.GetByteSize();
340 if (total_offset >= m_addr_range.GetByteSize())
  /art/compiler/llvm/
ir_builder.h 235 ::llvm::Value* total_offset = CreateAdd(block_offset, offset); local
237 return CreatePtrDisp(base, total_offset, ret_ty);
  /external/chromium_org/cc/layers/
layer_impl.cc 1075 gfx::Vector2dF total_offset = TotalScrollOffset(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 2085 const int total_offset = kTabHorizontalOffset * (tab_count - 1); local
    [all...]

Completed in 207 milliseconds