Home
last modified time | relevance | path

Searched defs:overflow (Results 1 - 25 of 143) sorted by relevance

123456

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawnattr_setflags.c63 short overflow = 256; in posix_spawnattr_setflags_0200() local
/third_party/musl/src/internal/
H A Dmusl_fdsan.h39 _Atomic(struct FdTableOverflow*) overflow; member
/third_party/musl/porting/linux/user/src/internal/
H A Dmusl_fdsan.h39 _Atomic(struct FdTableOverflow*) overflow; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.cpp43 int stderr_streambuf::overflow(int c) in overflow() function in r600::stderr_streambuf
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-5.c100 static void *overflow(void *arg) in overflow() function
H A D3-2.c110 static void *overflow(void *arg) in overflow() function
/third_party/node/deps/v8/src/base/
H A Dubsan.cc18 extern "C" int64_t __mulodi4(int64_t a, int64_t b, int* overflow) { in __mulodi4() argument
/third_party/mesa3d/src/util/
H A Dbigmath.h73 bool overflow = false; in _ubm_mul_u32arr() local
H A Dtimespec.h99 bool overflow = (b_sec > (uint64_t)TIME_T_MAX) || in timespec_add_nsec() local
/third_party/musl/libc-test/src/functional/
H A Dtime.c72 int overflow = big && (time_t)LLONG_MAX!=LLONG_MAX; in tm2sec() local
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoenc_template.c93 dct_quantize(MpegEncContext *s, int16_t *block, int n, int qscale, int *overflow) dct_quantize() argument
/third_party/curl/lib/
H A Dstrtoofft.c83 int overflow; in strtooff() local
H A Dpingpong.h63 size_t overflow; /* number of bytes left after a final response line */ member
/third_party/node/lib/
H A Dpunycode.js
/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.cpp115 int EscapeStreambuf::overflow (int ch) in overflow() function in xe::xml::EscapeStreambuf
/third_party/node/deps/v8/src/bigint/
H A Dmul-karatsuba.cc185 digit_t overflow = AddAndReturnOverflow(Z + n2, P0); in KaratsubaMain() local
/third_party/python/Modules/_sqlite/
H A Dutil.c146 int overflow; in _pysqlite_long_as_int64() local
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator-reducer.cc247 bool overflow = base::bits::SignedAddOverflow32( in Reduce() local
H A Dbasic-block-instrumentor.cc121 Node* overflow = graph->NewNode(machine.Uint32LessThan(), inc, load); in Instrument() local
/third_party/node/deps/v8/src/utils/
H A Dostreams.cc32 int DbgStreamBuf::overflow(int c) { in overflow() function in v8::internal::DbgStreamBuf
77 OFStreamBase::int_type OFStreamBase::overflow(int_type c) { in overflow() function in v8::internal::OFStreamBase
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp183 bool overflow = true; in SafeInt64MultSlow() local
[all...]
/third_party/python/Objects/
H A Dinterpreteridobject.c198 int overflow; in interpid_richcompare() local
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpalloc.c62 mpd_size_t overflow; in mpd_callocfunc_em() local
85 mpd_size_t req, overflow; in mpd_alloc() local
99 mpd_size_t overflow; in mpd_calloc() local
114 mpd_size_t req, overflow; mpd_realloc() local
135 mpd_size_t req, overflow; mpd_sh_alloc() local
[all...]
/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp173 int gzfilebuf::overflow( int c ) { in overflow() function in gzfilebuf

Completed in 11 milliseconds

123456