Home
last modified time | relevance | path

Searched refs:hb_unsigned_mul_overflows (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-sanitize.hh241 return !hb_unsigned_mul_overflows (a, b) && in check_range()
251 return !hb_unsigned_mul_overflows (a, b) && in check_range()
Dhb-ot-hdmx-table.hh161 !hb_unsigned_mul_overflows (numRecords, sizeDeviceRecord) && in sanitize()
Dhb-aat-layout-common.hh536 if (unlikely (hb_unsigned_mul_overflows (num_classes, states[0].static_size))) in sanitize()
566 if (unlikely (hb_unsigned_mul_overflows (min_state, num_classes))) in sanitize()
594 if (unlikely (hb_unsigned_mul_overflows ((max_state + 1), num_classes))) in sanitize()
Dhb-vector.hh200 hb_unsigned_mul_overflows (new_allocated, sizeof (Type)); in alloc()
Dhb-ot-shape.cc1038 if (likely (!hb_unsigned_mul_overflows (c->buffer->len, HB_BUFFER_MAX_LEN_FACTOR))) in hb_ot_shape_internal()
1043 if (likely (!hb_unsigned_mul_overflows (c->buffer->len, HB_BUFFER_MAX_OPS_FACTOR))) in hb_ot_shape_internal()
Dhb-buffer.cc128 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()
Dhb-aat-layout-kerx-table.hh641 if (unlikely (hb_unsigned_mul_overflows (offset, sizeof (FWORD32)))) return 0; in get_kerning()
Dhb-algs.hh604 hb_unsigned_mul_overflows (unsigned int count, unsigned int size) in hb_unsigned_mul_overflows() function
Dhb-ot-layout-gpos-table.hh432 if (unlikely (hb_unsigned_mul_overflows (rows, cols))) return_trace (false); in sanitize()