_hb_unsigned_int_mul_overflows 94 third_party/harfbuzz-ng/src/hb-buffer.cc if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0])))) _hb_unsigned_int_mul_overflows 101 third_party/harfbuzz-ng/src/hb-buffer.cc if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0])))) _hb_unsigned_int_mul_overflows 233 third_party/harfbuzz-ng/src/hb-open-type-private.hh bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); _hb_unsigned_int_mul_overflows 310 third_party/harfbuzz-ng/src/hb-private.hh bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type));