Searched refs:_hb_unsigned_int_mul_overflows (Results 1 – 4 of 4) sorted by relevance
353 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) in _hb_unsigned_int_mul_overflows() function400 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push()
131 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0])))) in enlarge()138 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0])))) in enlarge()
745 if (likely (!_hb_unsigned_int_mul_overflows (c->buffer->len, HB_BUFFER_MAX_EXPANSION_FACTOR))) in hb_ot_shape_internal()
255 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array()