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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 263 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) function
310 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type));
  /external/harfbuzz_ng/src/
hb-private.hh 272 _hb_unsigned_int_mul_overflows (unsigned int count, unsigned int size) function
319 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type));

Completed in 64 milliseconds