HomeSort by relevance Sort by last modified time
    Searched refs:hb_popcount (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-dsalgs.hh 47 hb_popcount (T v) function
72 return hb_popcount<uint32_t> ((uint32_t) v) + hb_popcount ((uint32_t) (v >> shift));
78 return hb_popcount<uint64_t> ((uint64_t) v) + hb_popcount ((uint64_t) (v >> shift));
hb-ot-map.cc 151 unsigned int global_bit_shift = hb_popcount (HB_GLYPH_FLAG_DEFINED);
hb-set.hh 100 pop += hb_popcount (v[i]);
hb-ot-layout-gpos-table.hh 101 unsigned int get_len () const { return hb_popcount ((unsigned int) *this); }
    [all...]

Completed in 578 milliseconds