/external/elfutils/backends/ |
D | ia64_retval.c | 184 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/ |
D | encoder.cc | 124 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/ |
D | DisplacementMapEffect.cpp | 75 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)
|
D | SphereEffect.cpp | 152 SphereNode(sk_sp<RenderNode> child, const SkSize& child_size) in SphereNode() argument 154 , fChildSize(child_size) {}
|
/external/libwebm/mkvparser/ |
D | mkvparser.cc | 5030 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/ |
D | mkvparser.cc | 5030 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/ |
D | mkvparser.cc | 5030 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/ |
D | mkvparser.cc | 5030 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/ |
D | intel_bufmgr_fake.c | 216 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/ |
D | graph_processor.cc | 664 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/ |
D | StackFrame.cpp | 1406 int64_t child_size = child_sp->GetByteSize().getValueOr(0); in GetValueForOffset() local 1408 if (offset >= child_offset && offset < (child_offset + child_size)) { in GetValueForOffset()
|