HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 126 - 150 of 1058) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/none/tests/solaris/
blockfault.stderr.exp 7 overflow in your program's main thread (unlikely but
coredump_many_threads.stderr.exp 8 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/x86-linux/
bug345887.stderr.exp 6 overflow in your program's main thread (unlikely but
hang.stderr.exp 6 overflow in your program's main thread (unlikely but
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.stderr.exp 6 overflow in your program's main thread (unlikely but
coredump_single_thread_sse.stderr.exp 8 overflow in your program's main thread (unlikely but
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.css 10 overflow: auto;
44 overflow-x: hidden;
45 overflow-y: auto;
115 overflow: auto;
  /prebuilts/go/darwin-x86/test/
convlit.go 20 var x6 = int(1e100) // ERROR "overflow"
21 var x7 = float32(1e1000) // ERROR "overflow"
37 var bad7 int = 1e100 // ERROR "overflow"
38 var bad8 float32 = 1e200 // ERROR "overflow"
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug423.go 7 // gc used to overflow a counter when a variable was
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.css 10 overflow: auto;
44 overflow-x: hidden;
45 overflow-y: auto;
115 overflow: auto;
  /prebuilts/go/linux-x86/test/
convlit.go 20 var x6 = int(1e100) // ERROR "overflow"
21 var x7 = float32(1e1000) // ERROR "overflow"
37 var bad7 int = 1e100 // ERROR "overflow"
38 var bad8 float32 = 1e200 // ERROR "overflow"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug423.go 7 // gc used to overflow a counter when a variable was
  /system/core/libunwindstack/tests/
MemoryRangeTest.cpp 72 std::unique_ptr<MemoryRange> overflow(new MemoryRange(new MemoryFakeAlwaysReadZero, 100, 200));
73 ASSERT_FALSE(overflow->Read(UINT64_MAX - 10, buffer.data(), 100));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-4.d 5 # Verify PC-relative relocations do not overflow.
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_mpo_composer.c 91 * @overflow : Overflow flag
101 uint32_t buffer_size, int value, uint8_t *overflow)
104 *overflow = TRUE;
107 if (!(*overflow)) {
122 * @overflow : Overflow flag
132 uint32_t buffer_size, int value, uint8_t *overflow)
135 *overflow = TRUE;
138 if (!(*overflow)) {
    [all...]
  /external/bison/lib/
strtol.c 248 int overflow; local
348 overflow = 0;
362 /* Check for overflow. */
364 overflow = 1;
384 if (overflow == 0
388 overflow = 1;
391 if (overflow)
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
37 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
44 assert(f.open("overflow.dat", std::ios_base::out) != 0);
49 assert(f.overflow('a') == 'a');
56 assert(f.open("overflow.dat", std::ios_base::in) != 0);
60 std::remove("overflow.dat");
64 assert(f.open("overflow.dat", std::ios_base::out) != 0);
69 assert(f.overflow('a') == 'a');
76 assert(f.open("overflow.dat", std::ios_base::in) != 0)
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_mpo_composer.c 91 * @overflow : Overflow flag
101 uint32_t buffer_size, int value, uint8_t *overflow)
104 *overflow = TRUE;
107 if (!(*overflow)) {
122 * @overflow : Overflow flag
132 uint32_t buffer_size, int value, uint8_t *overflow)
135 *overflow = TRUE;
138 if (!(*overflow)) {
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 12 // int_type overflow(int_type c = traits::eof());
35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
42 assert(f.open("overflow.dat", std::ios_base::out) != 0);
47 assert(f.overflow('a') == 'a');
54 assert(f.open("overflow.dat", std::ios_base::in) != 0);
58 std::remove("overflow.dat");
62 assert(f.open("overflow.dat", std::ios_base::out) != 0);
67 assert(f.overflow('a') == 'a');
74 assert(f.open("overflow.dat", std::ios_base::in) != 0)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
37 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} function in struct:test_buf
44 assert(f.open("overflow.dat", std::ios_base::out) != 0);
49 assert(f.overflow('a') == 'a');
56 assert(f.open("overflow.dat", std::ios_base::in) != 0);
60 std::remove("overflow.dat");
64 assert(f.open("overflow.dat", std::ios_base::out) != 0);
69 assert(f.overflow('a') == 'a');
76 assert(f.open("overflow.dat", std::ios_base::in) != 0)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 24 // return the keys in walk order (bucket #, then overflow
33 // Picking loadFactor: too large and we have lots of overflow
37 // loadFactor %overflow bytes/entry hitprobe missprobe
48 // %overflow = percentage of buckets which have an overflow bucket
86 // Each bucket (including its overflow buckets, if any) will have either all or none of its
112 noverflow uint16 // approximate number of overflow buckets; see incrnoverflow for details
121 // However, bmap.overflow is a pointer. In order to keep overflow buckets
122 // alive, we store pointers to all overflow buckets in hmap.overflow
169 func (b *bmap) overflow(t *maptype) *bmap { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 24 // return the keys in walk order (bucket #, then overflow
33 // Picking loadFactor: too large and we have lots of overflow
37 // loadFactor %overflow bytes/entry hitprobe missprobe
48 // %overflow = percentage of buckets which have an overflow bucket
86 // Each bucket (including its overflow buckets, if any) will have either all or none of its
112 noverflow uint16 // approximate number of overflow buckets; see incrnoverflow for details
121 // However, bmap.overflow is a pointer. In order to keep overflow buckets
122 // alive, we store pointers to all overflow buckets in hmap.overflow
169 func (b *bmap) overflow(t *maptype) *bmap { func
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
shift_test.go 823 t.Errorf("shift overflow mishandled")
826 t.Errorf("shift overflow mishandled")
829 t.Errorf("shift overflow mishandled")
832 t.Errorf("shift overflow mishandled")
835 t.Errorf("shift overflow mishandled")
838 t.Errorf("shift overflow mishandled")
841 t.Errorf("shift overflow mishandled")
844 t.Errorf("shift overflow mishandled")
847 t.Errorf("shift overflow mishandled")
850 t.Errorf("shift overflow mishandled"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
shift_test.go 823 t.Errorf("shift overflow mishandled")
826 t.Errorf("shift overflow mishandled")
829 t.Errorf("shift overflow mishandled")
832 t.Errorf("shift overflow mishandled")
835 t.Errorf("shift overflow mishandled")
838 t.Errorf("shift overflow mishandled")
841 t.Errorf("shift overflow mishandled")
844 t.Errorf("shift overflow mishandled")
847 t.Errorf("shift overflow mishandled")
850 t.Errorf("shift overflow mishandled"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
transmogrify.h 33 goto overflow;
39 goto overflow;
43 goto overflow;
51 goto overflow;
79 overflow:

Completed in 670 milliseconds

1 2 3 4 56 7 8 91011>>