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

  /external/harfbuzz_ng/src/
hb-dsalgs.hh 88 hb_bit_storage (T v) function
151 return (v >> shift) ? hb_bit_storage<uint64_t> ((uint64_t) (v >> shift)) + shift :
152 hb_bit_storage<uint64_t> ((uint64_t) v);
224 return (uint64_t) v ? hb_bit_storage<uint64_t> ((uint64_t) v) :
225 hb_bit_storage<uint64_t> ((uint64_t) (v >> shift)) + shift;
hb-map.hh 99 unsigned int power = hb_bit_storage (population * 2 + 8);
hb-ot-map.cc 216 bits_needed = MIN(HB_OT_MAP_MAX_BITS, hb_bit_storage (info->max_value));
hb-set.hh 168 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; }
hb-open-type.hh 845 entrySelector.set (MAX (1u, hb_bit_storage (v)) - 1);
hb-ot-cmap-table.hh 96 this->entrySelector.set (MAX (1u, hb_bit_storage (segments.len)) - 1);
    [all...]

Completed in 276 milliseconds