Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-dsalgs.hh88 hb_bit_storage (T v) in hb_bit_storage() function
151 return (v >> shift) ? hb_bit_storage<uint64_t> ((uint64_t) (v >> shift)) + shift : in hb_bit_storage()
152 hb_bit_storage<uint64_t> ((uint64_t) v); in hb_bit_storage()
224 return (uint64_t) v ? hb_bit_storage<uint64_t> ((uint64_t) v) : in hb_ctz()
225 hb_bit_storage<uint64_t> ((uint64_t) (v >> shift)) + shift; in hb_ctz()
Dhb-map.hh99 unsigned int power = hb_bit_storage (population * 2 + 8); in resize()
Dhb-ot-map.cc216 bits_needed = MIN(HB_OT_MAP_MAX_BITS, hb_bit_storage (info->max_value)); in compile()
Dhb-set.hh168 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; } in elt_get_max()
Dhb-ot-cmap-table.hh96 this->entrySelector.set (MAX (1u, hb_bit_storage (segments.len)) - 1); in serialize()
Dhb-open-type.hh845 entrySelector.set (MAX (1u, hb_bit_storage (v)) - 1); in set()