HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 201 - 225 of 1132) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/core/libunwindstack/tests/
MemoryRangeTest.cpp 75 std::unique_ptr<MemoryRange> overflow(new MemoryRange(process_memory, 100, 200, 0));
76 ASSERT_FALSE(overflow->ReadFully(UINT64_MAX - 10, buffer.data(), 100));
  /toolchain/binutils/binutils-2.27/bfd/
cpu-ns32k.c 152 int overflow = 0; local
353 /* FIXME: This overflow checking is incomplete, because the value
358 FIXME: We should also do overflow checking on the result after
393 overflow if howto->bitsize is the number of bits in
405 overflow if howto->bitsize is the number of bits in
415 overflow. */
558 if ((howto->complain_on_overflow != complain_overflow_dont) && overflow)
576 bfd_boolean overflow; local
601 /* Check for overflow. FIXME: We may drop bits during the addition
605 overflow = FALSE
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@branch-misc-4.d 6 # Verify PC-relative relocations do not overflow (microMIPS).
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_simulator.c 70 struct mem_block *overflow; member in struct:vc4_simulator_state
293 /* Add one more for the overflow area that isn't wrapped in a BO. */
333 /* Add the static overflow memory area. */
335 bo_state[i].paddr = sim_state.overflow->ofs;
336 bo_state[i].size = sim_state.overflow->size;
352 void *overflow = calloc(1, sim_state.overflow->size); local
353 fwrite(overflow, 1, sim_state.overflow->size, f);
354 free(overflow);
    [all...]
  /art/runtime/
subtype_check_info.h 40 * * Overflow - If this path can never become a full path.
330 SubtypeCheckInfo(BitString path_to_root, BitStringChar next, bool overflow, size_t depth) {
333 iod.overflow_ = overflow;
360 static SubtypeCheckInfo MakeUnchecked(BitString bitstring, bool overflow, size_t depth) {
363 iod.overflow_ = overflow;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
MultU64x32.S 38 imull 8(%esp), %ecx # overflow not detectable
  /external/adhd/defs/
c.mk 83 -Wstrict-overflow \
84 -Wstrict-overflow=5 \
  /external/clang/test/SemaCXX/
enum.cpp 108 enum { overflow = 123456 * 234567 }; enumerator in enum:__anon16803
  /external/icu/icu4c/source/common/
ucnv_u16.cpp 61 char overflow[4]; local
182 * prepare for overflow output
185 overflow[0]=(char)(c>>8);
186 overflow[1]=(char)c;
200 length=0; /* from here on, length counts the bytes in overflow[] */
213 /* output the surrogate pair, will overflow (see conditions comment above) */
215 overflow[0]=(char)(c>>8);
216 overflow[1]=(char)c;
217 overflow[2]=(char)(trail>>8);
218 overflow[3]=(char)trail
662 char overflow[4]; local
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 44 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 38 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
ios_base.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
ostream.pass.cpp 38 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
streambuf.pass.cpp 44 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
double.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
float.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
int.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
long.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
long_double.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
long_long.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
short.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
unsigned_int.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
unsigned_long.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
unsigned_long_long.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
unsigned_short.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf

Completed in 360 milliseconds

1 2 3 4 5 6 7 891011>>