Home
last modified time | relevance | path

Searched defs:byte_size (Results 1 – 25 of 143) sorted by relevance

123456

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp27 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/
DAddressRange.cpp32 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()
DAddressResolverName.cpp144 addr_t byte_size = sc.function->GetAddressRange().GetByteSize(); in SearchCallback() local
167 addr_t byte_size = sc.symbol->GetByteSize(); in SearchCallback() local
DOpcode.cpp82 uint32_t byte_size = GetByteSize(); in GetData() local
DAddressResolverFileLine.cpp54 addr_t byte_size = sc.line_entry.range.GetByteSize(); in SearchCallback() local
/external/llvm-project/lldb/source/Target/
DMemory.cpp101 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/
Dgl_texture.cc124 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/
DOptionGroupFormat.cpp94 uint32_t byte_size = 0; in SetOptionValue() local
171 uint32_t &byte_size) { in ParserGDBFormatLetter()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DUniqueDWARFASTType.h29 const lldb_private::Declaration &decl, int32_t byte_size) in UniqueDWARFASTType()
87 const lldb_private::Declaration &decl, const int32_t byte_size, in Find()
DUniqueDWARFASTType.cpp15 const int32_t byte_size, in Find()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dsteps_db.proto54 uint64 byte_size = 7; field
79 uint64 byte_size = 6; field
/external/pdfium/core/fxcrt/
Dfx_memory.cpp43 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/
Dethosu.cc98 size_t byte_size = 1; in Eval() local
111 size_t byte_size = 1; in Eval() local
/external/tensorflow/tensorflow/stream_executor/
Dscratch_allocator.cc32 int64 byte_size) { in AllocateBytes()
/external/llvm-project/lldb/source/Breakpoint/
DStoppointSite.cpp20 uint32_t byte_size, bool hardware) in StoppointSite()
/external/llvm-project/lldb/include/lldb/Core/
DAddressRange.h238 void SetByteSize(lldb::addr_t byte_size) { m_byte_size = byte_size; } in SetByteSize()
/external/llvm-project/lldb/source/Expression/
DExpressionVariable.cpp19 llvm::Optional<uint64_t> byte_size = m_frozen_sp->GetByteSize(); in GetValueBytes() local
/external/tensorflow/tensorflow/core/kernels/
Dstring_util.cc53 const int32 byte_size = str.size(); in UTF8StrLen() local
/external/vm_tools/p9/src/protocol/
Dwire_format.rs16 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/
Dproto_utils.h52 int byte_size = static_cast<int>(msg.ByteSizeLong()); in GenericSerialize() local
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_utils.h52 int byte_size = msg.ByteSize(); in GenericSerialize() local
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dproto_utils.h52 int byte_size = static_cast<int>(msg.ByteSizeLong()); in GenericSerialize() local
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp270 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/
Dcommon.py56 def byte_size(number: int) -> int: function
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py201 def __init__(self, byte_size): argument

123456