Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh354 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) in _hb_unsigned_int_mul_overflows() function
401 …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.cc790 if (likely (!_hb_unsigned_int_mul_overflows (c->buffer->len, HB_BUFFER_MAX_EXPANSION_FACTOR))) in hb_ot_shape_internal()
Dhb-open-type-private.hh257 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array()
Dhb-ot-layout-gpos-table.hh377 if (unlikely (_hb_unsigned_int_mul_overflows (rows, cols))) return_trace (false); in sanitize()