Home
last modified time | relevance | path

Searched refs:_overflow (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Hosting/src/System/Composition/Hosting/Util/
H A DSmallSparseInitonlyArray.cs21 private SmallSparseInitonlyArray _overflow; field in System.Composition.Hosting.Util.SmallSparseInitonlyArray
55 if (_overflow == null) in Add()
56 _overflow = new SmallSparseInitonlyArray(); in Add()
58 _overflow.Add(index, value); in Add()
93 if (_overflow != null) in TryGetValue()
94 return _overflow.TryGetValue(index, out value); in TryGetValue()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Ids/
H A DSequentialIdGenerator.cs18 private bool _overflow; field in Db4objects.Db4o.Internal.Ids.SequentialIdGenerator
47 _overflow = true; in InitializeGenerator()
64 return _overflow ? -_idGenerator : _idGenerator; in PersistentGeneratorValue()
70 if (!_overflow) in NewId()
94 _overflow = true; in AdjustIdGenerator()
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/pool/
H A Dimpl.py105 self._overflow = 0 - pool_size
123 wait = use_overflow and self._overflow >= self._max_overflow
130 if use_overflow and self._overflow >= self._max_overflow:
152 self._overflow += 1
155 if self._overflow < self._max_overflow:
156 self._overflow += 1
163 self._overflow -= 1
166 self._overflow -= 1
194 self._overflow = 0 - self.size()
220 return self._overflow
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/pool/
H A Dimpl.py99 self._overflow = 0 - pool_size
117 wait = use_overflow and self._overflow >= self._max_overflow
124 if use_overflow and self._overflow >= self._max_overflow:
146 self._overflow += 1
149 if self._overflow < self._max_overflow:
150 self._overflow += 1
157 self._overflow -= 1
160 self._overflow -= 1
189 self._overflow = 0 - self.size()
215 return self._overflow
[all …]
/dports/science/yoda/YODA-1.9.1/include/YODA/
H A DAxis1D.h78 : _dbn(dbn_tot), _underflow(dbn_uflow), _overflow(dbn_oflow), _locked(false) in add()
196 return _overflow; in add()
200 return _overflow; in add()
204 _overflow = dbn; in add()
217 _overflow.reset(); in add()
337 _overflow += bin(_bins.size()-1).dbn(); in add()
449 _overflow.scaleX(scalefactor); in add()
460 _overflow.scaleW(scalefactor); in add()
511 _overflow += toAdd._overflow; in add()
526 _overflow -= toSubtract._overflow; in add()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow.h25 if (__builtin_##b##_overflow (x, y, &r)) \
35 if (__builtin_##b##_overflow (x, y, &r)) \
44 if (__builtin_##b##_overflow ((t1) (v1), y, \
55 if (__builtin_##b##_overflow (x, y, &r)) \
64 if (__builtin_##b##_overflow (x, (t2) (v2), \
83 if (__builtin_##b##_overflow (x, y, &r1)) \
87 if (__builtin_##b##_overflow ((t1) (v1), \
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/istl/
H A Dbcrspattern.hh117 _overflow.insert(std::make_pair(i,j)); in add_link()
138 ConstOverflowIterator oit = _overflow.begin(); in sizes()
139 ConstOverflowIterator oend = _overflow.end(); in sizes()
223 , _oit(p._overflow.lower_bound(std::make_pair(row,0))) in iterator()
224 , _oend(p._overflow.end()) in iterator()
291 _overflow = std::set<std::pair<size_type,size_type> >(); in clear()
301 return _overflow.size(); in overflowCount()
311 std::set<std::pair<size_type,size_type> > _overflow; member in Dune::PDELab::ISTL::BCRSPattern
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/gc/memory/FillingStation/
H A DFillingStation.java59 if (_overflow) { in epilogue()
78 boolean _overflow = false; in fill()
99 _overflow = true; in fill()
109 static boolean _overflow = false; field in FillingStation

12345678910>>...19