Searched refs:hb_unsigned_mul_overflows (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-common.hh | 538 if (unlikely (hb_unsigned_mul_overflows (num_classes, states[0].static_size))) in sanitize() 568 if (unlikely (hb_unsigned_mul_overflows (min_state, num_classes))) in sanitize() 596 if (unlikely (hb_unsigned_mul_overflows ((max_state + 1), num_classes))) in sanitize()
|
D | hb-ot-hdmx-table.hh | 197 !hb_unsigned_mul_overflows (numRecords, sizeDeviceRecord) && in sanitize()
|
D | hb-vector.hh | 168 …bool overflows = (new_allocated < allocated) || hb_unsigned_mul_overflows (new_allocated, sizeof (… in alloc()
|
D | hb-machinery.hh | 338 return !hb_unsigned_mul_overflows (a, b) && in check_range() 348 return !hb_unsigned_mul_overflows (a, b) && in check_range()
|
D | hb-ot-shape.cc | 945 if (likely (!hb_unsigned_mul_overflows (c->buffer->len, HB_BUFFER_MAX_LEN_FACTOR))) in hb_ot_shape_internal() 950 if (likely (!hb_unsigned_mul_overflows (c->buffer->len, HB_BUFFER_MAX_OPS_FACTOR))) in hb_ot_shape_internal()
|
D | hb-buffer.cc | 128 if (unlikely (hb_unsigned_mul_overflows (size, sizeof (info[0])))) in enlarge() 135 if (unlikely (hb_unsigned_mul_overflows (new_allocated, sizeof (info[0])))) in enlarge()
|
D | hb-dsalgs.hh | 288 hb_unsigned_mul_overflows (unsigned int count, unsigned int size) in hb_unsigned_mul_overflows() function
|
D | hb-aat-layout-kerx-table.hh | 650 if (unlikely (hb_unsigned_mul_overflows (offset, sizeof (FWORD32)))) return 0; in get_kerning()
|
D | hb-ot-layout-gpos-table.hh | 386 if (unlikely (hb_unsigned_mul_overflows (rows, cols))) return_trace (false); in sanitize()
|