Home
last modified time | relevance | path

Searched refs:child_size (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/backends/
Dia64_retval.c184 Dwarf_Word child_size; in hfa_type() local
185 if (dwarf_aggregate_size (child_typedie, &child_size) != 0) in hfa_type()
189 int used = hfa_type (child_typedie, child_size, in hfa_type()
198 fpregs_used = hfa_type (child_typedie, child_size, in hfa_type()
/external/pigweed/pw_protobuf/
Dencoder.cc124 SizeType child_size = *blob_stack_[--depth_]; in Pop() local
125 PW_TRY(IncreaseParentSize(child_size + VarintSizeBytes(child_size))); in Pop()
/external/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp75 const SkSize& child_size, in Make() argument
82 return sk_sp<DisplacementNode>(new DisplacementNode(std::move(child), child_size, in Make()
117 DisplacementNode(sk_sp<RenderNode> child, const SkSize& child_size, in DisplacementNode() argument
122 , fChildSize(child_size)
DSphereEffect.cpp152 SphereNode(sk_sp<RenderNode> child, const SkSize& child_size) in SphereNode() argument
154 , fChildSize(child_size) {}
/external/libwebm/mkvparser/
Dmkvparser.cc5030 long long child_size = 0; in Parse() local
5033 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5040 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5053 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5091 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5096 read_pos += child_size; in Parse()
5119 long long child_size = 0; in Parse() local
5122 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5128 UnserializeUInt(reader, read_pos, child_size); in Parse()
5133 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc5030 long long child_size = 0; in Parse() local
5033 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5040 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5053 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5091 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5096 read_pos += child_size; in Parse()
5119 long long child_size = 0; in Parse() local
5122 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5128 UnserializeUInt(reader, read_pos, child_size); in Parse()
5133 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc5030 long long child_size = 0; in Parse() local
5033 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5040 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5053 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5091 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5096 read_pos += child_size; in Parse()
5119 long long child_size = 0; in Parse() local
5122 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5128 UnserializeUInt(reader, read_pos, child_size); in Parse()
5133 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc5030 long long child_size = 0; in Parse() local
5033 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5040 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5053 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5091 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5096 read_pos += child_size; in Parse()
5119 long long child_size = 0; in Parse() local
5122 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5128 UnserializeUInt(reader, read_pos, child_size); in Parse()
5133 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/libdrm/intel/
Dintel_bufmgr_fake.c216 unsigned int child_size; member
1278 bo_fake->child_size += in drm_intel_fake_emit_reloc()
1280 bo_fake->child_size += target_fake->child_size; in drm_intel_fake_emit_reloc()
1514 sz += bo_fake->child_size; in drm_intel_fake_check_aperture_space()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc664 uint64_t child_size = GetSizeEntryOfNode(child).value_or(0); in CalculateNodeSubSizes() local
665 node->add_not_owned_sub_size(child_size - largest_owner_size); in CalculateNodeSubSizes()
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp1406 int64_t child_size = child_sp->GetByteSize().getValueOr(0); in GetValueForOffset() local
1408 if (offset >= child_offset && offset < (child_offset + child_size)) { in GetValueForOffset()