Home
last modified time | relevance | path

Searched refs:_hb_popcount (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh328 template <typename T> static inline unsigned int _hb_popcount (T mask);
329 template <> inline unsigned int _hb_popcount<uint32_t> (uint32_t mask) { return _hb_popcount32 (mas… in _hb_popcount() function
330 template <> inline unsigned int _hb_popcount<uint64_t> (uint64_t mask) { return _hb_popcount64 (mas… in _hb_popcount() function
Dhb-set-private.hh97 pop += _hb_popcount (v[i]); in get_population()