Home
last modified time | relevance | path

Searched refs:child_size (Results 1 – 3 of 3) 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/libwebm/mkvparser/
Dmkvparser.cc5026 long long child_size = 0; in Parse() local
5029 ParseElementHeader(reader, read_pos, mm_end, child_id, child_size); in Parse()
5036 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5045 UnserializeFloat(reader, read_pos, child_size, value); in Parse()
5079 reader, read_pos, child_size, is_x, chromaticity); in Parse()
5084 read_pos += child_size; in Parse()
5107 long long child_size = 0; in Parse() local
5110 ParseElementHeader(reader, read_pos, colour_end, child_id, child_size); in Parse()
5116 UnserializeUInt(reader, read_pos, child_size); in Parse()
5121 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()