Home
last modified time | relevance | path

Searched refs:CheckOverflow (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/
H A DDecimalExpressionSuite.scala48 checkEvaluation(CheckOverflow(Literal(d1), DecimalType(4, 0)), Decimal("10"))
49 checkEvaluation(CheckOverflow(Literal(d1), DecimalType(4, 1)), d1)
50 checkEvaluation(CheckOverflow(Literal(d1), DecimalType(4, 2)), d1)
51 checkEvaluation(CheckOverflow(Literal(d1), DecimalType(4, 3)), null)
54 checkEvaluation(CheckOverflow(Literal(d2), DecimalType(4, 0)), Decimal("10"))
55 checkEvaluation(CheckOverflow(Literal(d2), DecimalType(4, 1)), d2)
56 checkEvaluation(CheckOverflow(Literal(d2), DecimalType(4, 2)), d2)
57 checkEvaluation(CheckOverflow(Literal(d2), DecimalType(4, 3)), null)
59 checkEvaluation(CheckOverflow(Literal.create(null, DecimalType(2, 1)), DecimalType(3, 2)), null)
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4AulExec.h99 void CheckOverflow(int iCnt) in CheckOverflow() function
107 CheckOverflow(1); in PushInt()
113 CheckOverflow(1); in PushBool()
119 CheckOverflow(1); in PushString()
125 CheckOverflow(1); in PushArray()
131 CheckOverflow(1); in PushFunction()
137 CheckOverflow(1); in PushPropList()
143 CheckOverflow(1); in PushValue()
149 CheckOverflow(iCnt); in PushNullVals()
/dports/multimedia/lives/lives-3.2.0/libOSC/client/
H A DOSC-client.c126 #define CheckOverflow(buf, bytesNeeded) { \ macro
163 CheckOverflow(buf, 16); in OSC_openBundle()
167 CheckOverflow(buf, 20); in OSC_openBundle()
289 CheckOverflow(buf, paddedLength); in OSC_writeAddress()
293 CheckOverflow(buf, 4 + paddedLength); in OSC_writeAddress()
324 CheckOverflow(buf, paddedLength); in OSC_writeAddressAndTypes()
358 CheckOverflow(buf, 4); in OSC_writeFloatArg()
378 CheckOverflow(buf, 4 * numFloats); in OSC_writeFloatArgs()
394 CheckOverflow(buf, 4); in OSC_writeIntArg()
418 CheckOverflow(buf, len + 4); /* Too conservative */ in OSC_writeStringArg()
[all …]
/dports/security/gopass/gopass-1.13.0/internal/config/
H A Dlegacy.go49 func (c *Pre1127) CheckOverflow() error { func
72 func (c *Pre1102) CheckOverflow() error { func
127 func (c *Pre193) CheckOverflow() error { func
189 func (c *Pre182) CheckOverflow() error { func
236 func (c *Pre140) CheckOverflow() error { func
280 func (c *Pre130) CheckOverflow() error { func
H A Dio.go102 CheckOverflow() error methodSpec
140 if err := cfg.CheckOverflow(); err != nil {
/dports/math/gap/gap-4.11.0/pkg/nq-2.5.4/src/
H A Dcombicol.c44 #define CheckOverflow( n ) \ macro
108 CheckOverflow(lhs[ g ]); in AddWord()
151 CheckOverflow(lhs[ g ]); in CombiCollect()
159 CheckOverflow(lhs[ g ]); in CombiCollect()
181 CheckOverflow(lhs[ ag ]); in CombiCollect()
267 CheckOverflow(lhs[ag]); in CombiCollect()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/
H A DDecimalPrecision.scala97 CheckOverflow(Add(promotePrecision(e1, dt), promotePrecision(e2, dt)), dt)
101 CheckOverflow(Subtract(promotePrecision(e1, dt), promotePrecision(e2, dt)), dt)
106 CheckOverflow(Multiply(promotePrecision(e1, widerType), promotePrecision(e2, widerType)),
119 CheckOverflow(Divide(promotePrecision(e1, widerType), promotePrecision(e2, widerType)),
126 CheckOverflow(Remainder(promotePrecision(e1, widerType), promotePrecision(e2, widerType)),
133 CheckOverflow(Pmod(promotePrecision(e1, widerType), promotePrecision(e2, widerType)),
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http/System.Net.Http/
H A DHttpContent.cs48 void CheckOverflow (int count) in CheckOverflow() method in System.Net.Http.HttpContent.FixedMemoryStream
56 CheckOverflow (1); in WriteByte()
62 CheckOverflow (count); in Write()
/dports/math/py-iminuit/iminuit-2.8.4/extern/root/math/minuit2/inc/Minuit2/
H A DStackAllocator.h77 CheckOverflow(nAlloc); in Allocate()
167 void CheckOverflow(int n) in CheckOverflow() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Daudio_bus.h206 static void CheckOverflow(int start_frame, int frames, int total_frames);
261 CheckOverflow(write_offset_in_frames, num_frames_to_write, frames_); in FromInterleavedPartial()
280 CheckOverflow(read_offset_in_frames, num_frames_to_read, frames_); in ToInterleavedPartial()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Daudio_bus.h206 static void CheckOverflow(int start_frame, int frames, int total_frames);
261 CheckOverflow(write_offset_in_frames, num_frames_to_write, frames_); in FromInterleavedPartial()
280 CheckOverflow(read_offset_in_frames, num_frames_to_read, frames_); in ToInterleavedPartial()
/dports/devel/fatal/fatal-2021.12.27.00/fatal/container/test/
H A Druntime_array_test.cpp149 #define TEST_IMPL(Const, Fn, CheckOverflow, UseSmallBuffer) \ argument
161 if (CheckOverflow) { \
173 if (CheckOverflow) { \
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/stun/
H A Dchecks.go35 func CheckOverflow(_ AttrType, got, max int) error { func
H A Dchecks_debug.go46 func CheckOverflow(t AttrType, got, max int) error { func
H A Dtextattrs.go114 if err := CheckOverflow(t, len(v), maxLen); err != nil {
H A Derrorcode.go33 if err := CheckOverflow(AttrErrorCode,
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/pion/stun/
H A Dchecks.go35 func CheckOverflow(_ AttrType, got, max int) error { func
H A Dchecks_debug.go46 func CheckOverflow(t AttrType, got, max int) error { func
H A Dtextattrs.go114 if err := CheckOverflow(t, len(v), maxLen); err != nil {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/pion/stun/
H A Dchecks.go35 func CheckOverflow(_ AttrType, got, max int) error { func
H A Dchecks_debug.go46 func CheckOverflow(t AttrType, got, max int) error { func
H A Dtextattrs.go114 if err := CheckOverflow(t, len(v), maxLen); err != nil {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/stun/
H A Dchecks.go35 func CheckOverflow(_ AttrType, got, max int) error { func
H A Dchecks_debug.go46 func CheckOverflow(t AttrType, got, max int) error { func
H A Dtextattrs.go114 if err := CheckOverflow(t, len(v), maxLen); err != nil {

1234