Home
last modified time | relevance | path

Searched defs:overflows (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-private.hh401 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push() local
Dhb-open-type-private.hh257 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array() local
/external/v8/src/builtins/
Dbuiltins-string.cc2043 bool overflows = ToUpperOverflows(current); in ConvertCaseHelper() local