| /external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ELFHeader.cpp | 27 uint32_t byte_size) { in GetMaxU64() 35 uint32_t byte_size, uint32_t count) { in GetMaxU64() 49 uint32_t byte_size) { in GetMaxS64() 57 uint32_t byte_size, uint32_t count) { in GetMaxS64() 120 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse() local 224 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 321 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 364 const uint32_t byte_size = data.GetAddressByteSize(); in Parse() local 402 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local 412 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local [all …]
|
| /external/llvm-project/lldb/source/Core/ |
| D | AddressRange.cpp | 32 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange() 37 addr_t byte_size) in AddressRange() 40 AddressRange::AddressRange(const Address &so_addr, addr_t byte_size) in AddressRange()
|
| D | AddressResolverName.cpp | 144 addr_t byte_size = sc.function->GetAddressRange().GetByteSize(); in SearchCallback() local 167 addr_t byte_size = sc.symbol->GetByteSize(); in SearchCallback() local
|
| D | Opcode.cpp | 82 uint32_t byte_size = GetByteSize(); in GetData() local
|
| D | AddressResolverFileLine.cpp | 54 addr_t byte_size = sc.line_entry.range.GetByteSize(); in SearchCallback() local
|
| /external/llvm-project/lldb/source/Target/ |
| D | Memory.cpp | 101 lldb::addr_t byte_size) { in AddInvalidRange() 111 lldb::addr_t byte_size) { in RemoveInvalidRange() 252 AllocatedBlock::AllocatedBlock(lldb::addr_t addr, uint32_t byte_size, in AllocatedBlock() 345 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage() 371 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
| D | gl_texture.cc | 124 size_t byte_size, in CreateReadOnlyRgba2dImageTexture() 151 size_t byte_size, in CreateReadOnlyRgba3dImageTexture() 229 size_t byte_size = /* RGBA = */ 4 * SizeOf(data_type) * size.x * size.y; in CreateReadWriteRgbaImageTexture() local 247 size_t byte_size = in CreateReadWriteRgbaImageTexture() local
|
| /external/llvm-project/lldb/source/Interpreter/ |
| D | OptionGroupFormat.cpp | 94 uint32_t byte_size = 0; in SetOptionValue() local 171 uint32_t &byte_size) { in ParserGDBFormatLetter()
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | UniqueDWARFASTType.h | 29 const lldb_private::Declaration &decl, int32_t byte_size) in UniqueDWARFASTType() 87 const lldb_private::Declaration &decl, const int32_t byte_size, in Find()
|
| D | UniqueDWARFASTType.cpp | 15 const int32_t byte_size, in Find()
|
| /external/tensorflow/tensorflow/core/profiler/protobuf/ |
| D | steps_db.proto | 54 uint64 byte_size = 7; field 79 uint64 byte_size = 6; field
|
| /external/pdfium/core/fxcrt/ |
| D | fx_memory.cpp | 43 void* FXMEM_DefaultAlloc(size_t byte_size) { in FXMEM_DefaultAlloc() 49 void* FXMEM_DefaultCalloc(size_t num_elems, size_t byte_size) { in FXMEM_DefaultCalloc()
|
| /external/tensorflow/tensorflow/lite/micro/kernels/ethos_u/ |
| D | ethosu.cc | 98 size_t byte_size = 1; in Eval() local 111 size_t byte_size = 1; in Eval() local
|
| /external/tensorflow/tensorflow/stream_executor/ |
| D | scratch_allocator.cc | 32 int64 byte_size) { in AllocateBytes()
|
| /external/llvm-project/lldb/source/Breakpoint/ |
| D | StoppointSite.cpp | 20 uint32_t byte_size, bool hardware) in StoppointSite()
|
| /external/llvm-project/lldb/include/lldb/Core/ |
| D | AddressRange.h | 238 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
|
| /external/llvm-project/lldb/source/Expression/ |
| D | ExpressionVariable.cpp | 19 llvm::Optional<uint64_t> byte_size = m_frozen_sp->GetByteSize(); in GetValueBytes() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | string_util.cc | 53 const int32 byte_size = str.size(); in UTF8StrLen() local
|
| /external/vm_tools/p9/src/protocol/ |
| D | wire_format.rs | 16 fn byte_size(&self) -> u32; in byte_size() method 71 fn byte_size(&self) -> u32 { in byte_size() method 98 fn byte_size(&self) -> u32 { in byte_size() method 164 fn byte_size(&self) -> u32 { in byte_size() method
|
| /external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
| D | proto_utils.h | 52 int byte_size = static_cast<int>(msg.ByteSizeLong()); in GenericSerialize() local
|
| /external/grpc-grpc/include/grpcpp/impl/codegen/ |
| D | proto_utils.h | 52 int byte_size = msg.ByteSize(); in GenericSerialize() local
|
| /external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
| D | proto_utils.h | 52 int byte_size = static_cast<int>(msg.ByteSizeLong()); in GenericSerialize() local
|
| /external/llvm-project/lldb/source/Utility/ |
| D | RegisterValue.cpp | 270 const uint32_t byte_size, in ParseVectorEncoding() 348 const uint32_t byte_size = reg_info->byte_size; in SetValueFromString() local 734 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
|
| /external/python/rsa/rsa/ |
| D | common.py | 56 def byte_size(number: int) -> int: function
|
| /external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
| D | wire_format_test.py | 201 def __init__(self, byte_size): argument
|