Home
last modified time | relevance | path

Searched refs:hb_bit_storage (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-algs.hh413 hb_bit_storage (T v) in hb_bit_storage() function
476 return (v >> shift) ? hb_bit_storage<uint64_t> ((uint64_t) (v >> shift)) + shift : in hb_bit_storage()
477 hb_bit_storage<uint64_t> ((uint64_t) v); in hb_bit_storage()
549 return (uint64_t) v ? hb_bit_storage<uint64_t> ((uint64_t) v) : in hb_ctz()
550 hb_bit_storage<uint64_t> ((uint64_t) (v >> shift)) + shift; in hb_ctz()
Dhb-map.hh112 unsigned int power = hb_bit_storage (population * 2 + 8); in resize()
Dhb-ot-map.cc221 bits_needed = hb_min (HB_OT_MAP_MAX_BITS, hb_bit_storage (info->max_value)); in compile()
Dhb-set.hh174 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; } in elt_get_max()
Dhb-open-type.hh929 entrySelector = hb_max (1u, hb_bit_storage (v)) - 1; in operator =()
Dhb-ot-cmap-table.hh267 this->entrySelector = hb_max (1u, hb_bit_storage (segcount)) - 1; in serialize()