/third_party/ffmpeg/libavformat/ |
D | vivo.c | 79 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/ |
D | hb-open-type.hh | 796 { 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()
|
D | hb-ot-hmtx-table.hh | 173 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()
|
D | hb-aat-layout-just-table.hh | 181 unsigned int get_length () const { return u.header.actionLength; } in get_length() function 229 offset += subrecord.get_length (); in sanitize()
|
D | hb-blob.hh | 90 unsigned int get_length () const { return b.get ()->length; } in get_length() function
|
D | hb-ot-name-table.hh | 285 assert (this->table.get_length () >= this->table->stringOffset); in init() 287 this->pool_len = this->table.get_length () - this->table->stringOffset; in init()
|
D | hb-ot-color-cbdt-table.hh | 842 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()
|
D | hb-ot-post-table.hh | 119 unsigned int table_length = table.get_length (); in init()
|
D | hb-ot-glyf-table.hh | 929 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()
|
D | hb-ot-layout.cc | 170 face->table.GSUB->table.get_length (), in is_blocklisted() 171 face->table.GPOS->table.get_length ()) in is_blocklisted()
|
D | hb-ot-layout-gsub-table.hh | 796 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/ |
D | DIAInjectedSource.cpp | 28 return (S_OK == SourceFile->get_length(&Size)) ? Size : 0; in getCodeByteSize()
|
D | DIALineNumber.cpp | 59 return (S_OK == LineNumber->get_length(&Length)) ? Length : 0; in getLength()
|
D | DIASectionContrib.cpp | 59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length); in getLength()
|
D | DIARawSymbol.cpp | 922 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_length); in getLength()
|
/third_party/libabigail/src/ |
D | abg-reporter-priv.cc | 792 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()
|
D | abg-writer.cc | 2862 o << decl->get_length(); in write_array_subrange_type() 2869 || (decl->get_length() == in write_array_subrange_type()
|
D | abg-ir.cc | 17103 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()
|
D | abg-reader.cc | 4328 bad_count += (*i)->get_length(); in build_array_type_def()
|
D | abg-dwarf-reader.cc | 14065 || (result->get_length() == in build_subrange_type()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
D | gen_pack.py | 315 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/ |
D | gen_pack.py | 311 def get_length(self): member in Group 383 self.get_length()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1408 hr = pNodes->get_length((long*)&cNodes); in ParseVariablesFromUnattendXml() 1659 hr = pNodes->get_length((long*)&cNodes); in ParseOverridableVariablesFromXml()
|
/third_party/libabigail/include/ |
D | abg-ir.h | 2536 get_length() const;
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 910 - panfrost: gen_pack: Move the group get_length() logic to its own method
|