Home
last modified time | relevance | path

Searched refs:get_length (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Dvivo.c79 unsigned c, get_length = 0; in vivo_get_packet_header() local
86 get_length = 1; in vivo_get_packet_header()
94 case 0: get_length = 1; break; in vivo_get_packet_header()
96 case 2: get_length = 1; break; in vivo_get_packet_header()
104 if (get_length) { in vivo_get_packet_header()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh796 { return lenP1.static_size + get_length () * Type::static_size; } in get_size()
798 unsigned get_length () const { return lenP1 ? lenP1 - 1 : 0; } in get_length() function
800 hb_array_t< Type> as_array () { return hb_array (arrayZ, get_length ()); } in as_array()
801 hb_array_t<const Type> as_array () const { return hb_array (arrayZ, get_length ()); } in as_array()
839 unsigned int count = get_length (); in sanitize()
1054 if (unlikely (i >= get_length ())) return Null (Type); in operator []()
1060 if (unlikely (i >= get_length ())) return Crap (Type); in operator []()
1063 unsigned int get_length () const in get_length() function
1074 unsigned int count = get_length (); in sanitize()
1088 get_length (), in bsearch()
Dhb-ot-hmtx-table.hh173 unsigned int len = table.get_length (); in init()
216 if (var_table.get_length ()) in get_side_bearing()
250 if (var_table.get_length ()) in get_advance()
Dhb-aat-layout-just-table.hh181 unsigned int get_length () const { return u.header.actionLength; } in get_length() function
229 offset += subrecord.get_length (); in sanitize()
Dhb-blob.hh90 unsigned int get_length () const { return b.get ()->length; } in get_length() function
Dhb-ot-name-table.hh285 assert (this->table.get_length () >= this->table->stringOffset); in init()
287 this->pool_len = this->table.get_length () - this->table->stringOffset; in init()
Dhb-ot-color-cbdt-table.hh842 unsigned int cbdt_len = cbdt.get_length (); in get_extents()
889 unsigned int cbdt_len = cbdt.get_length (); in reference_png()
926 bool has_data () const { return cbdt.get_length (); } in has_data()
Dhb-ot-post-table.hh119 unsigned int table_length = table.get_length (); in init()
Dhb-ot-glyf-table.hh929 num_glyphs = hb_max (1u, loca_table.get_length () / (short_offset ? 2 : 4)) - 1; in init()
1096 if (unlikely (start_offset > end_offset || end_offset > glyf_table.get_length ())) in glyph_for_gid()
Dhb-ot-layout.cc170 face->table.GSUB->table.get_length (), in is_blocklisted()
171 face->table.GPOS->table.get_length ()) in is_blocklisted()
Dhb-ot-layout-gsub-table.hh796 c->input->add_array (component.arrayZ, component.get_length ()); in collect_glyphs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp28 return (S_OK == SourceFile->get_length(&Size)) ? Size : 0; in getCodeByteSize()
DDIALineNumber.cpp59 return (S_OK == LineNumber->get_length(&Length)) ? Length : 0; in getLength()
DDIASectionContrib.cpp59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length); in getLength()
DDIARawSymbol.cpp922 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_length); in getLength()
/third_party/libabigail/src/
Dabg-reporter-priv.cc792 if ((*i)->get_length() != (*j)->get_length()) in report_size_and_alignment_changes()
802 out << (*i)->get_length(); in report_size_and_alignment_changes()
809 out << (*j)->get_length(); in report_size_and_alignment_changes()
Dabg-writer.cc2862 o << decl->get_length(); in write_array_subrange_type()
2869 || (decl->get_length() == in write_array_subrange_type()
Dabg-ir.cc17103 array_type_def::subrange_type::get_length() const in get_length() function in abigail::ir::array_type_def::subrange_type
17152 o << "[" << get_length() << "]"; in as_string()
17420 s *= sub->get_length(); in update_size()
Dabg-reader.cc4328 bad_count += (*i)->get_length(); in build_array_type_def()
Dabg-dwarf-reader.cc14065 || (result->get_length() == in build_subrange_type()
/third_party/mesa3d/src/panfrost/lib/genxml/
Dgen_pack.py315 size = max(size, section.offset + section.type.get_length())
412 def get_length(self): member in Group
484 self.get_length()
/third_party/mesa3d/src/asahi/lib/
Dgen_pack.py311 def get_length(self): member in Group
383 self.get_length()
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1408 hr = pNodes->get_length((long*)&cNodes); in ParseVariablesFromUnattendXml()
1659 hr = pNodes->get_length((long*)&cNodes); in ParseOverridableVariablesFromXml()
/third_party/libabigail/include/
Dabg-ir.h2536 get_length() const;
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst910 - panfrost: gen_pack: Move the group get_length() logic to its own method

12