Home
last modified time | relevance | path

Searched defs:overflow (Results 26 - 50 of 164) sorted by relevance

1234567

/third_party/node/deps/v8/src/compiler/
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/mesa3d/src/util/
H A Dtimespec.h99 bool overflow = (b_sec > (uint64_t)TIME_T_MAX) || in timespec_add_nsec() local
/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
/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc214 gzfilebuf::overflow(int_type c) in overflow() function in gzfilebuf
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp217 BRANCH_CIR2(Int32LessThan(exp, bits), exit, &overflow); in DoubleToInt() local
242 BRANCH_CIR2(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt() local
251 BRANCH_CIR2(Int32LessThan(exp, bits), &exit, &overflow); in DoubleToInt() local
311 Branch(DoubleGreaterThan(x, Max), &overflow, in DoubleInRangeInt32() local
[all...]
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dsystem.c93 int overflow; in _parse_integer() local
/third_party/ffmpeg/libavcodec/
H A Dc93.c80 int overflow = from_x + width - WIDTH; in copy_block() local
H A Dtta.c380 int overflow = 0; in tta_decode_frame() local
/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans_opencl.c62 cl_mem overflow; // overflow in integral image? member
297 int w, h, err, cle, overflow, p, patch, research; in nlmeans_opencl_filter_frame() local
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpScanner.cpp915 bool overflow = false; in scan() local
/third_party/icu/icu4c/source/common/
H A Ducnv_u16.cpp61 char overflow[4]; in _UTF16BEFromUnicodeWithOffsets() local
662 char overflow[4]; _UTF16LEFromUnicodeWithOffsets() local
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dlayoutpropsbuilder.cpp180 UErrorCode overflow = U_ZERO_ERROR; in buildUCPTrie() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dstring-to-double.cc317 int overflow = static_cast<int>(number >> kSignificandSize); in RadixStringToIeee() local
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_decimal.cpp363 bool overflow = false; in match() local
H A Ddouble-conversion-string-to-double.cpp338 int overflow = static_cast<int>(number >> kSignificandSize); in RadixStringToIeee() local
/third_party/libsnd/src/ALAC/
H A Dag_enc.c137 static inline int32_t dyn_code_32bit (int32_t maxbits, uint32_t m, uint32_t k, uint32_t n, uint32_t *outNumBits, uint32_t *outValue, uint32_t *overflow, uint32_t *overflowbits) in dyn_code_32bit() argument
240 uint32_t overflow, overflowbits ; in dyn_comp() local
/third_party/mbedtls/library/
H A Dmps_reader.c453 int overflow; in mbedtls_mps_reader_reclaim() local
/third_party/musl/src/regex/
H A Dglob.c48 int in_bracket = 0, overflow = 0; in do_glob() local
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u16.cpp61 char overflow[4]; in _UTF16BEFromUnicodeWithOffsets() local
662 char overflow[4]; _UTF16LEFromUnicodeWithOffsets() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-string-to-double.cpp338 int overflow = static_cast<int>(number >> kSignificandSize); in RadixStringToIeee() local
H A Dnumparse_decimal.cpp363 bool overflow = false; in match() local

Completed in 17 milliseconds

1234567