Home
last modified time | relevance | path

Searched refs:get_len (Results 1 – 13 of 13) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_asn1parse.data59 get_len:"00":0
62 get_len:"8100":0
65 get_len:"820000":0
68 get_len:"01":1
71 get_len:"8101":1
74 get_len:"820001":1
77 get_len:"83000001":1
80 get_len:"8400000001":1
83 get_len:"02":2
86 get_len:"8102":2
[all …]
Dtest_suite_asn1parse.function291 void get_len( const data_t *input, int actual_length_arg )
/third_party/ffmpeg/libavutil/
Dlzo.c65 static inline int get_len(LZOContext *c, int x, int mask) in get_len() function
168 cnt = get_len(&c, x, 31); in av_lzo1x_decode()
172 cnt = get_len(&c, x, 7); in av_lzo1x_decode()
183 cnt = get_len(&c, x, 15); in av_lzo1x_decode()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh108 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len() function
109 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size()
326 unsigned int len = get_len (); in sanitize_values()
776 valueFormat.collect_variation_indices (c, this, values.as_array (valueFormat.get_len ())); in collect_variation_indices()
839 | hb_zip (hb_repeat (values.as_array (valueFormat.get_len ()))) in subset()
886 unsigned sub_length = valueFormat.get_len (); in collect_variation_indices()
912 &values[index * valueFormat.get_len ()], in apply()
953 unsigned sub_length = valueFormat.get_len (); in subset()
1120 unsigned record1_len = valueFormats[0].get_len (); in collect_variation_indices()
1121 unsigned record2_len = valueFormats[1].get_len (); in collect_variation_indices()
[all …]
/third_party/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh108 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len() function
109 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size()
326 unsigned int len = get_len (); in sanitize_values()
776 valueFormat.collect_variation_indices (c, this, values.as_array (valueFormat.get_len ())); in collect_variation_indices()
840 | hb_zip (hb_repeat (values.as_array (valueFormat.get_len ()))) in subset()
887 unsigned sub_length = valueFormat.get_len (); in collect_variation_indices()
913 &values[index * valueFormat.get_len ()], in apply()
954 unsigned sub_length = valueFormat.get_len (); in subset()
1121 unsigned record1_len = valueFormats[0].get_len (); in collect_variation_indices()
1122 unsigned record2_len = valueFormats[1].get_len (); in collect_variation_indices()
[all …]
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dlzo.c67 get_len (LZOContext * c, int x, int mask) in get_len() function
214 cnt = get_len (&c, x, 31); in lzo1x_decode()
218 cnt = get_len (&c, x, 7); in lzo1x_decode()
229 cnt = get_len (&c, x, 15); in lzo1x_decode()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh101 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len() function
102 unsigned int get_size () const { return get_len () * Value::static_size; } in get_size()
207 unsigned int len = get_len (); in sanitize_values()
541 &values[index * valueFormat.get_len ()], in apply()
621 unsigned int len1 = valueFormats[0].get_len (); in intersects()
622 unsigned int len2 = valueFormats[1].get_len (); in intersects()
639 unsigned int len1 = valueFormats[0].get_len (); in collect_glyphs()
640 unsigned int len2 = valueFormats[1].get_len (); in collect_glyphs()
653 unsigned int len1 = valueFormats[0].get_len (); in apply()
654 unsigned int len2 = valueFormats[1].get_len (); in apply()
[all …]
/third_party/ltp/lib/
Dtst_kconfig.c236 static inline unsigned int get_len(const char* kconfig, unsigned int len) in get_len() function
405 vars[cnt].id_len = get_len(j->tok, j->tok_len); in populate_vars()
/third_party/libabigail/tests/data/test-read-dwarf/
DPR25042-libgdbm-clang-dwarf5.so.6.0.0.abi84 …<elf-symbol name='get_len' type='func-type' binding='global-binding' visibility='default-visibilit…
793get_len' mangled-name='get_len' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/spack-src/src/gd…
Dtest17-pr19027.so.abi17375 …<function-decl name='get_len' mangled-name='_ZNK2OT11ValueFormat7get_lenEv' filepath='/tmp/legendr…
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi27145 <!-- unsigned int OT::ValueFormat::get_len() -->
27146 …<function-decl name='get_len' mangled-name='_ZNK2OT11ValueFormat7get_lenEv' filepath='/tmp/legendr…
/third_party/chromium/patch/
D0001-cve.patch34675 unsigned int len1 = valueFormat1.get_len ();
34676 unsigned int len2 = valueFormat2.get_len ();
/third_party/gstreamer/gstplugins_good/
DChangeLog127031 * gst/matroska/lzo.c: (get_byte), (get_len), (copy),