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-aat-layout-common.hh538 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()
Dhb-ot-hdmx-table.hh197 !hb_unsigned_mul_overflows (numRecords, sizeDeviceRecord) && in sanitize()
Dhb-vector.hh168 …bool overflows = (new_allocated < allocated) || hb_unsigned_mul_overflows (new_allocated, sizeof (… in alloc()
Dhb-machinery.hh338 return !hb_unsigned_mul_overflows (a, b) && in check_range()
348 return !hb_unsigned_mul_overflows (a, b) && in check_range()
Dhb-ot-shape.cc945 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()
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-dsalgs.hh288 hb_unsigned_mul_overflows (unsigned int count, unsigned int size) in hb_unsigned_mul_overflows() function
Dhb-aat-layout-kerx-table.hh650 if (unlikely (hb_unsigned_mul_overflows (offset, sizeof (FWORD32)))) return 0; in get_kerning()
Dhb-ot-layout-gpos-table.hh386 if (unlikely (hb_unsigned_mul_overflows (rows, cols))) return_trace (false); in sanitize()