HomeSort by relevance Sort by last modified time
    Searched refs:overflows (Results 1 - 23 of 23) 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
MultU64x32.S 61 # The value in edx stored by second multiplication overflows
MultU64x32.asm 60 ; The value in edx stored by second multiplication overflows
  /external/syzkaller/vendor/golang.org/x/net/http2/
gotrack.go 141 // n*base overflows
150 // n+v overflows
  /external/eigen/lapack/
cladiv.f 35 *> overflows.
zladiv.f 35 *> overflows.
  /external/harfbuzz_ng/src/
hb-vector.hh 168 bool overflows = (new_allocated < allocated) || hb_unsigned_mul_overflows (new_allocated, sizeof (Type)); local
169 if (likely (!overflows))
  /external/v8/src/builtins/
builtins-string.cc 386 bool overflows = ToUpperOverflows(current); local
406 overflows |= ToUpperOverflows(current);
422 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)
  /external/syzkaller/pkg/symbolizer/
symbolizer_test.go 183 // Symbolize a huge pile of PCs (test for pipe overflows).
  /external/syzkaller/prog/
size.go 155 // Try to provoke int overflows.
  /build/soong/symbol_inject/
symbol_inject.go 61 return fmt.Errorf("value length %d overflows symbol size %d", len(value), size)
  /external/golang-protobuf/protoc-gen-go/generator/
name_test.go 127 {"\\777", "\\777"}, // overflows byte
  /external/tensorflow/tensorflow/core/framework/
tensor_shape_test.cc 591 std::vector<std::vector<int64>> overflows = { local
595 for (const auto& overflow : overflows) {
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
load.go 184 return fmt.Sprintf("value %v overflows struct field of type %v", x, v.Type())
212 return fmt.Sprintf("value %v overflows struct field of type %v", x, v.Type())
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 805 no signed wrapping. The result is undefined if the negation overflows.
810 no unsigned wrapping. The result is undefined if the negation overflows.
827 signed wrapping. The result is undefined if the sum overflows.
832 unsigned wrapping. The result is undefined if the sum overflows.
845 no signed wrapping. The result is undefined if the sum overflows.
850 no unsigned wrapping. The result is undefined if the sum overflows.
863 no signed wrapping. The result is undefined if the sum overflows.
868 no unsigned wrapping. The result is undefined if the sum overflows.
888 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/libaom/libaom/aom_dsp/x86/
highbd_subpel_variance_impl_sse2.asm 163 ASSERT %1 <= 16 ; m6 overflows if w > 16
subpel_variance_sse2.asm 189 ASSERT %1 <= 16 ; m6 overflows if w > 16
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_subpel_variance_impl_sse2.asm 160 ASSERT %1 <= 16 ; m6 overflows if w > 16
subpel_variance_sse2.asm 186 ASSERT %1 <= 16 ; m6 overflows if w > 16
    [all...]
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec 340 "buffer overflows on the back end.
    [all...]
  /external/python/cpython2/Modules/
_bsddb.c     [all...]

Completed in 1423 milliseconds