Home
last modified time | relevance | path

Searched refs:_hb_popcount32 (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh307 _hb_popcount32 (uint32_t mask) in _hb_popcount32() function
326 return _hb_popcount32 (mask & 0xFFFFFFFF) + _hb_popcount32 (mask >> 32); in _hb_popcount64()
329 template <> inline unsigned int _hb_popcount<uint32_t> (uint32_t mask) { return _hb_popcount32 (mas… in _hb_popcount()
Dhb-ot-map.cc143 unsigned int global_bit_shift = _hb_popcount32 (HB_GLYPH_FLAG_DEFINED); in compile()
Dhb-ot-layout-gpos-table.hh102 { return _hb_popcount32 ((unsigned int) *this); } in get_len()