Home
last modified time | relevance | path

Searched refs:overflows (Results 1 – 25 of 5168) sorted by relevance

12345678910>>...207

/dports/audio/pianod2/pianod2-329/src/common/
H A Dthreadsafecircularqueue.h31 int overflows {0}; ///< Number of messages lost due to queue overflow.
53 data[write_index].overflows = 0; in write_common()
89 data[write_index].overflows++;
103 ValueType pop_front (int *overflows = nullptr, time_t *sent_time = nullptr) {
108 if (overflows) {
109 *overflows = data[read_index].overflows;
127 int *overflows = nullptr,
138 if (overflows) {
139 *overflows = data[read_index].overflows;
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
200 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/testdata/check/
H A Dconst1.src72 _ int8 = minInt8 /* ERROR "overflows" */ - 1
75 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
128 _ int = minInt /* ERROR "overflows" */ - 1
131 _ int = maxInt /* ERROR "overflows" */ + 1
142 _ uint8 = 0 /* ERROR "overflows" */ - 1
156 _ uint16 = 0 /* ERROR "overflows" */ - 1
170 _ uint32 = 0 /* ERROR "overflows" */ - 1
184 _ uint64 = 0 /* ERROR "overflows" */ - 1
198 _ uint = 0 /* ERROR "overflows" */ - 1
212 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/testdata/check/
H A Dconst1.src72 _ int8 = minInt8 /* ERROR "overflows" */ - 1
75 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
128 _ int = minInt /* ERROR "overflows" */ - 1
131 _ int = maxInt /* ERROR "overflows" */ + 1
142 _ uint8 = 0 /* ERROR "overflows" */ - 1
156 _ uint16 = 0 /* ERROR "overflows" */ - 1
170 _ uint32 = 0 /* ERROR "overflows" */ - 1
184 _ uint64 = 0 /* ERROR "overflows" */ - 1
198 _ uint = 0 /* ERROR "overflows" */ - 1
212 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/testdata/check/
H A Dconst1.src72 _ int8 = minInt8 /* ERROR "overflows" */ - 1
75 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
128 _ int = minInt /* ERROR "overflows" */ - 1
131 _ int = maxInt /* ERROR "overflows" */ + 1
142 _ uint8 = 0 /* ERROR "overflows" */ - 1
156 _ uint16 = 0 /* ERROR "overflows" */ - 1
170 _ uint32 = 0 /* ERROR "overflows" */ - 1
184 _ uint64 = 0 /* ERROR "overflows" */ - 1
198 _ uint = 0 /* ERROR "overflows" */ - 1
212 _ uintptr = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/types/testdata/
H A Dconst1.src60 _ int8 = minInt8 /* ERROR "overflows" */ - 1
63 _ int8 = maxInt8 /* ERROR "overflows" */ + 1
74 _ int16 = minInt16 /* ERROR "overflows" */ - 1
116 _ int = minInt /* ERROR "overflows" */ - 1
119 _ int = maxInt /* ERROR "overflows" */ + 1
130 _ uint8 = 0 /* ERROR "overflows" */ - 1
144 _ uint16 = 0 /* ERROR "overflows" */ - 1
158 _ uint32 = 0 /* ERROR "overflows" */ - 1
172 _ uint64 = 0 /* ERROR "overflows" */ - 1
186 _ uint = 0 /* ERROR "overflows" */ - 1
[all …]
/dports/lang/micropython/micropython-1.17/ports/nrf/
H A Dmphalport.c63 #define RTC1_GET_TICKS_ATOMIC(rtc, overflows, counter) \ argument
66 overflows = rtc_overflows; \
70 overflows += 1; \
122 uint32_t overflows; in mp_hal_ticks_ms() local
125 RTC1_GET_TICKS_ATOMIC(rtc1, overflows, counter) in mp_hal_ticks_ms()
126 return (overflows << 9) * 1000 + (counter * 125 / 4096); in mp_hal_ticks_ms()
134 uint32_t overflows; in mp_hal_ticks_us() local
137 RTC1_GET_TICKS_ATOMIC(rtc1, overflows, counter) in mp_hal_ticks_us()
142 return ((overflows << 15) * 15625) + ((counter_hi << 7) + (counter_lo >> 9)); in mp_hal_ticks_us()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/common/math/
H A Dinteger_test.go52 var overflows bool
55 _, overflows = SafeSub(test.x, test.y)
57 _, overflows = SafeAdd(test.x, test.y)
59 _, overflows = SafeMul(test.x, test.y)
62 if test.overflow != overflows {
63 t.Errorf("%d failed. Expected test to be %v, got %v", i, test.overflow, overflows)
/dports/net/libnids/libnids-1.24/samples/
H A DMakefile.in25 all: overflows printall sniff
28 overflows: overflows.o
29 $(CC) -o $@ overflows.o $(LDFLAGS) $(LIBS)
41 rm -f *.o *~ overflows printall sniff
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dmath.gcc_overflow.inl18 * Multiplies a * b. If the result overflows, returns 2^64 - 1.
31 * If a * b overflows, returns AWS_OP_ERR; otherwise multiplies
42 * Multiplies a * b. If the result overflows, returns 2^32 - 1.
55 * If a * b overflows, returns AWS_OP_ERR; otherwise multiplies
66 * If a + b overflows, returns AWS_OP_ERR; otherwise adds
77 * Adds a + b. If the result overflows, returns 2^64 - 1.
90 * If a + b overflows, returns AWS_OP_ERR; otherwise adds
101 * Adds a + b. If the result overflows, returns 2^32 - 1.

12345678910>>...207