Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh353 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) in _hb_unsigned_int_mul_overflows() function
400 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push()
Dhb-buffer.cc131 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()
Dhb-ot-shape.cc745 if (likely (!_hb_unsigned_int_mul_overflows (c->buffer->len, HB_BUFFER_MAX_EXPANSION_FACTOR))) in hb_ot_shape_internal()
Dhb-open-type-private.hh255 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array()