Searched refs:get_len (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | lzo.c | 67 static inline int get_len(LZOContext *c, int x, int mask) in get_len() function 170 cnt = get_len(&c, x, 31); in av_lzo1x_decode() 174 cnt = get_len(&c, x, 7); in av_lzo1x_decode() 185 cnt = get_len(&c, x, 15); in av_lzo1x_decode()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gpos-table.hh | 108 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() 1088 unsigned len1; /* valueFormats[0].get_len() */ 1120 unsigned record1_len = valueFormats[0].get_len (); in collect_variation_indices() [all...] |
/third_party/ltp/lib/ |
H A D | tst_kconfig.c | 241 static inline unsigned int get_len(const char* kconfig, unsigned int len) in get_len() function 410 vars[cnt].id_len = get_len(j->tok, j->tok_len); in populate_vars()
|
Completed in 9 milliseconds