HomeSort by relevance Sort by last modified time
    Searched defs:overflows (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
MultU64x32.c 56 ; The value in edx stored by second multiplication overflows local
  /external/v8/src/runtime/
runtime-strings.cc 624 bool overflows = ToUpperOverflows(current); local
644 overflows |= ToUpperOverflows(current);
660 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
alloca.c 240 for the routine which overflows the stack. */
287 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member in struct:stk_stat
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 257 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
259 bool ok = !overflows && this->check_range (base, array_size);
265 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE");
hb-private.hh 401 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
402 if (likely (!overflows)) {

Completed in 122 milliseconds