Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh272 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) in _hb_unsigned_int_mul_overflows() function
319 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push()
Dhb-buffer.cc94 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0])))) in enlarge()
101 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0])))) in enlarge()
Dhb-open-type-private.hh233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-private.hh311 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) in _hb_unsigned_int_mul_overflows() function
358 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push()
Dhb-buffer.cc94 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0])))) in enlarge()
101 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0])))) in enlarge()
Dhb-open-type-private.hh233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array()