| /external/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ELFHeader.cpp | 31 uint32_t byte_size) in GetMaxU64() 42 uint32_t byte_size, in GetMaxU64() 62 uint32_t byte_size) in GetMaxS64() 73 uint32_t byte_size, in GetMaxS64() 114 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse() local 203 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 323 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 373 const uint32_t byte_size = data.GetAddressByteSize(); in Parse() local 417 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 432 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local [all …]
|
| /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| D | AuxVector.cpp | 35 unsigned int byte_size) in GetMaxU64() 46 unsigned int byte_size) in ParseAuxvEntry() 70 const unsigned int byte_size = m_process->GetAddressByteSize(); in ParseAuxv() local
|
| /external/lldb/source/Core/ |
| D | AddressRange.cpp | 25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : in AddressRange() 31 AddressRange::AddressRange (const lldb::SectionSP §ion, addr_t offset, addr_t byte_size) : in AddressRange() 37 AddressRange::AddressRange (const Address& so_addr, addr_t byte_size) : in AddressRange()
|
| D | AddressResolverName.cpp | 188 addr_t byte_size = sc.function->GetAddressRange().GetByteSize(); in SearchCallback() local 216 addr_t byte_size = sc.symbol->GetByteSize(); in SearchCallback() local
|
| D | Opcode.cpp | 91 uint32_t byte_size = GetByteSize (); in GetData() local
|
| D | RegisterValue.cpp | 275 const uint32_t byte_size = reg_info->byte_size; in SetType() local 413 ParseVectorEncoding(const RegisterInfo *reg_info, const char *vector_str, const uint32_t byte_size,… in ParseVectorEncoding() 460 const uint32_t byte_size = reg_info->byte_size; in SetValueFromCString() local 1001 RegisterValue::SetUInt (uint64_t uint, uint32_t byte_size) in SetUInt()
|
| D | Scalar.cpp | 136 size_t byte_size = GetByteSize(); in GetData() local 524 Scalar::GetValueTypeForSignedIntegerWithByteSize (size_t byte_size) in GetValueTypeForSignedIntegerWithByteSize() 536 Scalar::GetValueTypeForUnsignedIntegerWithByteSize (size_t byte_size) in GetValueTypeForUnsignedIntegerWithByteSize() 548 Scalar::GetValueTypeForFloatWithByteSize (size_t byte_size) in GetValueTypeForFloatWithByteSize() 1781 Scalar::SetValueFromCString (const char *value_str, Encoding encoding, size_t byte_size) in SetValueFromCString() 1894 Scalar::SetValueFromData (DataExtractor &data, lldb::Encoding encoding, size_t byte_size) in SetValueFromData()
|
| D | AddressResolverFileLine.cpp | 65 addr_t byte_size = sc.line_entry.range.GetByteSize(); in SearchCallback() local
|
| D | ValueObjectConstResultChild.cpp | 24 uint32_t byte_size, in ValueObjectConstResultChild()
|
| D | Value.cpp | 185 uint64_t byte_size = 0; in GetValueByteSize() local 548 size_t byte_size = GetValueByteSize (&error); in GetValueAsData() local
|
| D | ValueObjectChild.cpp | 32 uint64_t byte_size, in ValueObjectChild()
|
| /external/lldb/source/Target/ |
| D | Memory.cpp | 85 MemoryCache::AddInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size) in AddInvalidRange() 97 MemoryCache::RemoveInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size) in RemoveInvalidRange() 209 uint32_t byte_size, in AllocatedBlock() 383 AllocatedMemoryCache::AllocatePage (uint32_t byte_size, in AllocatePage() 413 AllocatedMemoryCache::AllocateMemory (size_t byte_size, in AllocateMemory()
|
| /external/lldb/source/Interpreter/ |
| D | OptionGroupFormat.cpp | 126 uint32_t byte_size = 0; in SetOptionValue() local 208 …atLetter (CommandInterpreter &interpreter, char format_letter, Format &format, uint32_t &byte_size) in ParserGDBFormatLetter()
|
| /external/lldb/include/lldb/Core/ |
| D | AddressRange.h | 270 SetByteSize (lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
|
| D | VMRange.h | 85 SetByteSize (lldb::addr_t byte_size) in SetByteSize()
|
| /external/lldb/source/Breakpoint/ |
| D | StoppointLocation.cpp | 33 StoppointLocation::StoppointLocation (break_id_t bid, addr_t addr, uint32_t byte_size, bool hardwar… in StoppointLocation()
|
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | UniqueDWARFASTType.h | 48 int32_t byte_size) : in UniqueDWARFASTType() 157 const int32_t byte_size, in Find()
|
| D | UniqueDWARFASTType.cpp | 27 const int32_t byte_size, in Find()
|
| /external/chromium_org/cc/blink/ |
| D | web_external_bitmap_impl.cc | 30 size_t byte_size = size.width * size.height * 4; in setSize() local
|
| /external/chromium_org/media/base/ |
| D | audio_bus_perftest.cc | 19 const int byte_size = sizeof(T); in RunInterleaveBench() local
|
| /external/lldb/tools/debugserver/source/ |
| D | DNBArch.cpp | 92 DNBArchProtocol::GetBreakpointOpcode (nub_size_t byte_size) in GetBreakpointOpcode()
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | wire_format_test.py | 201 def __init__(self, byte_size): argument
|
| /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
| D | wire_format_test.py | 201 def __init__(self, byte_size): argument
|
| /external/lldb/source/Expression/ |
| D | ClangExpressionVariable.cpp | 100 const size_t byte_size = m_frozen_sp->GetByteSize(); in GetValueBytes() local
|
| /external/lldb/source/Symbol/ |
| D | LineEntry.cpp | 34 lldb::addr_t byte_size, in LineEntry()
|