/external/lldb/include/lldb/Core/ |
D | Address.h | 104 m_offset (LLDB_INVALID_ADDRESS) in Address() 119 m_offset(rhs.m_offset.load()) in Address() 138 m_offset (offset) in Address() 186 m_offset = LLDB_INVALID_ADDRESS; in Clear() 336 GetOffset () const { return m_offset; } in GetOffset() 371 return m_offset != LLDB_INVALID_ADDRESS; in IsValid() 463 bool changed = m_offset != offset; in SetOffset() 464 m_offset = offset; in SetOffset() 472 m_offset = addr; in SetRawAddress() 478 if (m_offset != LLDB_INVALID_ADDRESS) in Slide() [all …]
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugAbbrev.h | 30 m_offset(DW_INVALID_OFFSET), in DWARFAbbreviationDeclarationSet() 37 m_offset(offset), in DWARFAbbreviationDeclarationSet() 44 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() 52 dw_offset_t m_offset;
|
D | DWARFDebugPubnamesSet.cpp | 20 m_offset(DW_INVALID_OFFSET), in DWARFDebugPubnamesSet() 28 m_offset(debug_aranges_offset), in DWARFDebugPubnamesSet() 54 m_offset = DW_INVALID_OFFSET; in Clear() 86 m_offset = *offset_ptr; in Extract() 118 return m_offset + m_header.length + 4; in GetOffsetOfNextEntry()
|
D | DWARFDebugArangeSet.cpp | 19 m_offset(DW_INVALID_OFFSET), in DWARFDebugArangeSet() 33 m_offset = DW_INVALID_OFFSET; in Clear() 170 m_offset = *offset_ptr; in Extract() 197 const uint32_t header_size = *offset_ptr - m_offset; in Extract() 203 *offset_ptr = m_offset + first_tuple_offset; in Extract() 232 return m_offset + m_header.length + 4; in GetOffsetOfNextEntry()
|
D | DWARFCompileUnit.h | 44 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() 47 dw_offset_t GetFirstDIEOffset() const { return m_offset + Size(); } in GetFirstDIEOffset() 48 dw_offset_t GetNextCompileUnitOffset() const { return m_offset + m_length + 4; } in GetNextCompileUnitOffset() 195 dw_offset_t m_offset; variable
|
D | DWARFDebugPubnamesSet.h | 60 dw_offset_t GetOffset() const { return m_offset; } in GetOffset() 61 void SetOffset(dw_offset_t offset) { m_offset = offset; } in SetOffset() 88 dw_offset_t m_offset; variable
|
D | DWARFCompileUnit.cpp | 45 m_offset (DW_INVALID_OFFSET), in DWARFCompileUnit() 59 m_offset = DW_INVALID_OFFSET; in Clear() 76 m_offset = *offset_ptr; in Extract() 99 *offset_ptr = m_offset; in Extract() 111 m_offset = offset; in Extract() 166 m_offset, in ExtractDIEsIfNeeded() 316 bool valid_offset = debug_info.ValidOffset(m_offset); in Verify() 325 s->Printf(" 0x%8.8x: OK\n", m_offset); in Verify() 330 s->Printf(" 0x%8.8x: ", m_offset); in Verify() 332 …m_dwarf2Data->get_debug_info_data().Dump (s, m_offset, lldb::eFormatHex, 1, Size(), 32, LLDB_INVAL… in Verify() [all …]
|
D | DWARFDebugInfoEntry.h | 111 m_offset (DW_INVALID_OFFSET), in DWARFDebugInfoEntry() 123 m_offset = DW_INVALID_OFFSET; in Clear() 337 return m_offset; in GetOffset() 343 m_offset = offset; in SetOffset() 447 dw_offset_t m_offset; // Offset within the .debug_info of the start of this entry
|
D | DWARFDebugArangeSet.h | 40 void SetOffset(uint32_t offset) { m_offset = offset; } in SetOffset() 71 uint32_t m_offset; variable
|
/external/lldb/source/Core/ |
D | Address.cpp | 218 m_offset (abs_addr) in Address() 224 m_offset (LLDB_INVALID_ADDRESS) in Address() 235 m_offset = rhs.m_offset.load(); in operator =() 250 m_offset = file_addr - section_sp->GetFileAddress(); in ResolveAddressUsingFileSections() 254 m_offset = file_addr; in ResolveAddressUsingFileSections() 282 return sect_file_addr + m_offset; in GetFileAddress() 285 return m_offset; in GetFileAddress() 295 return m_offset; in GetLoadAddress() 306 return sect_load_addr + m_offset; in GetLoadAddress() 337 m_offset = target->GetCallableLoadAddress(m_offset, GetAddressClass()); in SetCallableLoadAddress() [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_sunras.cpp | 78 m_offset = -1; in GrFmtSunRasterReader() 142 m_offset = m_strm.GetPos(); in ReadHeader() 144 assert( m_offset == 32 + m_maplength ); in ReadHeader() 155 m_offset = m_strm.GetPos(); in ReadHeader() 157 assert( m_offset == 32 + m_maplength ); in ReadHeader() 165 m_offset = -1; in ReadHeader() 187 if( m_offset < 0 || !m_strm.IsOpened()) in ReadData() 201 m_strm.SetPos( m_offset ); in ReadData()
|
D | grfmt_pxm.cpp | 126 m_offset = -1; in GrFmtPxMReader() 179 m_offset = m_strm.GetPos(); in ReadHeader() 188 m_offset = -1; in ReadHeader() 210 if( m_offset < 0 || !m_strm.IsOpened()) in ReadData() 232 m_strm.SetPos( m_offset ); in ReadData()
|
D | grfmt_bmp.cpp | 76 m_offset = -1; in GrFmtBmpReader() 102 m_offset = m_strm.GetDWord(); in ReadHeader() 179 m_offset = -1; in ReadHeader() 201 if( m_offset < 0 || !m_strm.IsOpened()) in ReadData() 221 m_strm.SetPos( m_offset ); in ReadData()
|
D | grfmt_bmp.h | 73 int m_offset; variable
|
D | grfmt_pxm.h | 66 int m_offset; variable
|
D | grfmt_sunras.h | 79 int m_offset; variable
|
/external/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 244 m_offset (rhs.m_offset), in Row() 263 return m_offset; in GetOffset() 269 m_offset = offset; in SetOffset() 275 m_offset += offset; in SlideOffset() 337 lldb::addr_t m_offset; // Offset into the function for this row variable
|
D | ObjectContainer.h | 58 m_offset (file_offset), in ObjectContainer() 129 { return m_offset; } in GetOffset() 226 lldb::addr_t m_offset; ///< The offset in bytes into the file, or the address in memory variable
|
/external/lldb/include/lldb/Expression/ |
D | Materializer.h | 117 m_offset(0) in Entity() 143 return m_offset; in GetOffset() 148 m_offset = offset; in SetOffset() 155 uint32_t m_offset; variable
|
/external/lldb/source/Expression/ |
D | Materializer.cpp | 153 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() 203 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() 208 (uint64_t)process_address + m_offset, in Dematerialize() 328 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() 425 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() 551 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() 615 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() 739 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() 797 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() 883 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() [all …]
|
/external/lldb/source/Symbol/ |
D | UnwindPlan.cpp | 155 m_offset = 0; in Clear() 191 m_offset(0), in Row() 301 …if (m_offset != rhs.m_offset || m_cfa_reg_num != rhs.m_cfa_reg_num || m_cfa_offset != rhs.m_cfa_of… in operator ==()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 420 , m_offset (offset) in TexImageCubeArrayBufferCase() 440 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture() 447 …_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colo… in createTexture() 463 …e, m_size, m_depth, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset); in createTexture() 473 int m_offset; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase 513 , m_offset (offset) in TexSubImageCubeArrayBufferCase() 553 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset); in createTexture() 554 …_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colo… in createTexture() 567 …m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture() 583 int m_offset; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 2309 , m_offset (offset) in TexImage2DBufferCase() 2328 data.resize(rowPitch*height + m_offset); in createTexture() 2335 … rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colo… in createTexture() 2350 … m_width, m_height, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset); in createTexture() 2358 int m_offset; member in deqp::gles3::Functional::TexImage2DBufferCase 2381 , m_offset (offset) in TexImageCubeBufferCase() 2411 data[face].resize(rowPitch*height + m_offset); in createTexture() 2412 …owPitch, 0, &data[face][0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), gMin, gMax); in createTexture() 2425 …, m_internalFormat, m_size, m_size, 0, fmt.format, fmt.dataType, (const void*)(deUintptr)m_offset); in createTexture() 2434 int m_offset; member in deqp::gles3::Functional::TexImageCubeBufferCase [all …]
|
/external/deqp/modules/glshared/ |
D | glsTextureBufferCase.hpp | 88 const size_t m_offset; member in deqp::gls::TextureBufferCase
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.cpp | 282 : m_tid(tid), m_offset(offset), m_size(size), in ReadRegOperation() 290 unsigned m_offset; member in ReadRegOperation 306 m_value = *(uintptr_t *)(((caddr_t)®s) + m_offset); in Execute() 308 memcpy(&m_value, (((caddr_t)®s) + m_offset), m_size); in Execute() 321 : m_tid(tid), m_offset(offset), in WriteRegOperation() 329 unsigned m_offset; member in WriteRegOperation 343 *(uintptr_t *)(((caddr_t)®s) + m_offset) = (uintptr_t)m_value.GetAsUInt64(); in Execute()
|