Home
last modified time | relevance | path

Searched refs:child_size (Results 1 – 5 of 5) 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/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc5021 long long child_size = 0; in Parse() local
5024 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5031 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5044 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5082 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5087 read_pos += child_size; in Parse()
5110 long long child_size = 0; in Parse() local
5113 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5119 UnserializeUInt(reader, read_pos, child_size); in Parse()
5124 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/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc5021 long long child_size = 0; in Parse() local
5024 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5031 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5044 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5082 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5087 read_pos += child_size; in Parse()
5110 long long child_size = 0; in Parse() local
5113 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5119 UnserializeUInt(reader, read_pos, child_size); in Parse()
5124 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()