Searched refs:hb_popcount (Results 1 – 4 of 4) sorted by relevance
372 hb_popcount (T v) in hb_popcount() function397 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()
155 unsigned int global_bit_shift = hb_popcount (HB_GLYPH_FLAG_DEFINED); in compile()
101 pop += hb_popcount (v[i]); in get_population()
101 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); } in get_len()