HomeSort by relevance Sort by last modified time
    Searched full:_hb_popcount64 (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/src/
hb-private.hh 320 _hb_popcount64 (uint64_t mask) function
330 template <> inline unsigned int _hb_popcount<uint64_t> (uint64_t mask) { return _hb_popcount64 (mask); }

Completed in 719 milliseconds