Searched refs:_hb_unsigned_int_mul_overflows (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 272 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) in _hb_unsigned_int_mul_overflows() function 319 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push()
|
D | hb-buffer.cc | 94 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0])))) in enlarge() 101 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0])))) in enlarge()
|
D | hb-open-type-private.hh | 233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-private.hh | 311 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) in _hb_unsigned_int_mul_overflows() function 358 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push()
|
D | hb-buffer.cc | 94 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0])))) in enlarge() 101 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0])))) in enlarge()
|
D | hb-open-type-private.hh | 233 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array()
|