HomeSort by relevance Sort by last modified time
    Searched defs:overflow (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/compiler-rt/test/ubsan/TestCases/Misc/
deduplication.cpp 6 void overflow() { function
19 overflow();
20 overflow();
21 overflow();
  /external/jemalloc_new/include/jemalloc/internal/
prof_inlines_a.h 10 bool overflow; local
15 * enough), extreme overflow here (a1 >= prof_interval * 2) can cause
24 overflow = (a1 >= prof_interval);
25 if (overflow) {
34 overflow = (a1 >= prof_interval);
35 if (overflow) {
41 return overflow;
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp 38 virtual int_type overflow(int_type c) function in struct:test
39 {return std::strstreambuf::overflow(c);}
47 s.overflow('a');
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp 15 // int_type overflow(int_type c = traits::eof());
32 overflow(typename base::int_type c = base::traits_type::eof()) function in struct:testbuf
33 {++overflow_called; return base::overflow(c);}
42 tb.overflow();
  /bionic/libc/private/
bionic_fdsan.h 58 _Atomic(FdTableOverflow*) overflow = nullptr; member in struct:FdTableImpl
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
put_money.pass.cpp 39 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
put_time.pass.cpp 39 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
  /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/input.streams/istream.unformatted/
get_streambuf.pass.cpp 41 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
get_streambuf_chart.pass.cpp 42 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/
bool.pass.cpp 37 overflow(typename base::int_type ch = base::traits_type::eof()) function in class:testbuf
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

Completed in 1307 milliseconds

1 2 3 4 5 6 7 8