Home
last modified time | relevance | path

Searched refs:hb_popcount (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-algs.hh372 hb_popcount (T v) in hb_popcount() function
397 return hb_popcount<uint32_t> ((uint32_t) v) + hb_popcount ((uint32_t) (v >> shift)); in hb_popcount()
403 return hb_popcount<uint64_t> ((uint64_t) v) + hb_popcount ((uint64_t) (v >> shift)); in hb_popcount()
Dhb-ot-map.cc155 unsigned int global_bit_shift = hb_popcount (HB_GLYPH_FLAG_DEFINED); in compile()
Dhb-set.hh101 pop += hb_popcount (v[i]); in get_population()
Dhb-ot-layout-gpos-table.hh101 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len()