Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 25 of 182) sorted by relevance

12345678

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmemory.c58 mpd_size_t overflow; in mpd_callocfunc_em() local
88 mpd_size_t req, overflow; in mpd_alloc() local
102 mpd_size_t overflow; in mpd_calloc() local
117 mpd_size_t req, overflow; in mpd_realloc() local
138 mpd_size_t req, overflow; in mpd_sh_alloc() local
/external/clang/test/SemaCXX/
Dinteger-overflow.cpp14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi… variable
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
/external/compiler-rt/test/ubsan/TestCases/Misc/
Ddeduplication.cpp6 void overflow() { in overflow() function
/external/clang/test/Sema/
Dinteger-overflow.c14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi… variable
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Dios_base.pass.cpp37 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
Dostream.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
Dbasic_ios.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
Dstreambuf.pass.cpp44 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/
DCharT_pointer.pass.cpp42 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/src/filesystem/
Dint128_builtins.cpp23 __int128_t __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4()
/external/compiler-rt/lib/builtins/
Dmuloti4.c24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4()
Dmulosi4.c22 __mulosi4(si_int a, si_int b, int* overflow) in __mulosi4()
Dmulodi4.c22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4()
/external/python/rsa/rsa/
Dtransform.py136 def int2bytes(number, fill_size=None, chunk_size=None, overflow=False): argument
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
Dends.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
Dendl.pass.cpp40 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp38 virtual int_type overflow(int_type c) in overflow() function
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dstreambuf.pass.cpp44 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-5.c100 void *overflow(void *arg) in overflow() function
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
Dsputc.pass.cpp39 int_type overflow(int_type = traits_type::eof()) in overflow() function
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
Dput_time.pass.cpp39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
Doverflow.pass.cpp32 overflow(typename base::int_type c = base::traits_type::eof()) in overflow() function
/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_a.h10 bool overflow; in prof_accum_add() local
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
Dput.pass.cpp37 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
Dwrite.pass.cpp37 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf

12345678