HomeSort by relevance Sort by last modified time
    Searched refs:hb_unsigned_mul_overflows (Results 1 - 9 of 9) sorted by null

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

Completed in 1184 milliseconds