Home
last modified time | relevance | path

Searched refs:child_size (Results 1 – 4 of 4) 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.cc5018 long long child_size = 0; in Parse() local
5021 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5028 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5037 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5071 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5076 read_pos += child_size; in Parse()
5099 long long child_size = 0; in Parse() local
5102 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5108 UnserializeUInt(reader, read_pos, child_size); in Parse()
5113 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc5031 long long child_size = 0; in Parse() local
5034 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5041 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5050 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5084 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5089 read_pos += child_size; in Parse()
5112 long long child_size = 0; in Parse() local
5115 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5121 UnserializeUInt(reader, read_pos, child_size); in Parse()
5126 UnserializeUInt(reader, read_pos, child_size); in Parse()
[all …]
/external/libdrm/intel/
Dintel_bufmgr_fake.c220 unsigned int child_size; member
1282 bo_fake->child_size += in drm_intel_fake_emit_reloc()
1284 bo_fake->child_size += target_fake->child_size; in drm_intel_fake_emit_reloc()
1518 sz += bo_fake->child_size; in drm_intel_fake_check_aperture_space()