HomeSort by relevance Sort by last modified time
    Searched refs:_hb_unsigned_int_mul_overflows (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.cc 94 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0]))))
101 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0]))))
hb-private.hh 260 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) function
307 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type));
hb-open-type-private.hh 235 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size);
  /external/harfbuzz_ng/src/
hb-buffer.cc 94 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0]))))
101 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0]))))
hb-private.hh 260 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) function
307 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type));
hb-open-type-private.hh 235 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size);

Completed in 45 milliseconds