Home
last modified time | relevance | path

Searched refs:m_count (Results 26 – 50 of 4351) sorted by relevance

12345678910>>...175

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/scopeguard/
H A Dscopeguardtest.cpp36 Counter(int n) : m_count(n) { } in Counter()
38 void Zero() { m_count = 0; } in Zero()
39 void Set(int n) { m_count = n; } in Set()
45 int m_count; member in Counter
72 void Zero() { m_count = 0; } in Zero()
73 void Set(int n) { m_count = n; } in Set()
76 int m_count; member in ScopeGuardTestCase
185 m_count = 1; in BlockExitThis()
192 CPPUNIT_ASSERT_EQUAL( 0, m_count ); in BlockExitThis()
205 CPPUNIT_ASSERT_EQUAL( 5, m_count ); in BlockExitThis()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/scopeguard/
H A Dscopeguardtest.cpp39 Counter(int n) : m_count(n) { } in Counter()
41 void Zero() { m_count = 0; } in Zero()
42 void Set(int n) { m_count = n; } in Set()
48 int m_count; member in Counter
75 void Zero() { m_count = 0; } in Zero()
76 void Set(int n) { m_count = n; } in Set()
79 int m_count; member in ScopeGuardTestCase
188 m_count = 1; in BlockExitThis()
195 CPPUNIT_ASSERT_EQUAL( 0, m_count ); in BlockExitThis()
208 CPPUNIT_ASSERT_EQUAL( 5, m_count ); in BlockExitThis()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/scopeguard/
H A Dscopeguardtest.cpp39 Counter(int n) : m_count(n) { } in Counter()
41 void Zero() { m_count = 0; } in Zero()
42 void Set(int n) { m_count = n; } in Set()
48 int m_count; member in Counter
75 void Zero() { m_count = 0; } in Zero()
76 void Set(int n) { m_count = n; } in Set()
79 int m_count; member in ScopeGuardTestCase
188 m_count = 1; in BlockExitThis()
195 CPPUNIT_ASSERT_EQUAL( 0, m_count ); in BlockExitThis()
208 CPPUNIT_ASSERT_EQUAL( 5, m_count ); in BlockExitThis()
[all …]
/dports/mail/spamprobe/spamprobe-1.4d/src/includes/
H A DRef.h42 m_count = 0; in clear()
80 : m_count(other.m_count), in RefBase()
84 ++*m_count; in RefBase()
111 int *m_count; variable
126 m_count = 0; in RefBase()
134 m_count = other.m_count; in acquire()
136 if (m_count) { in acquire()
137 ++*m_count; in acquire()
144 assert(!m_count || *m_count >= 1); in release()
146 if (m_count && --*m_count == 0) { in release()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqpodvector_p.h78 m_count = 0; in clear()
86 insert(m_count, v); in append()
90 if (m_count == m_capacity) { in insert()
97 m_count++; in insert()
115 m_count = newSize; in insertBlank()
123 m_count -= count;
128 while (idx < m_count) { in removeOne()
149 return m_count; in count()
154 other.m_count = m_count; in copyAndClear()
157 m_count = 0; in copyAndClear()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/sequence/
H A DAnimateableProperty.cpp47 std::memcpy(buf + i * m_count, buf + (start - 1) * m_count, m_count * sizeof(float)); in updateUnknownCache()
56 return m_count; in getCount()
72 int pos = getSize() / (sizeof(float) * m_count); in write()
83 std::memcpy(buf + position * m_count, data, count * m_count * sizeof(float)); in write()
176 std::memcpy(out, getBuffer() + int(std::floor(position)) * m_count, m_count * sizeof(float)); in read()
188 last *= m_count; in read()
193 p0 = p1 - m_count; in read()
195 p2 = p1 + m_count; in read()
196 if(pos + m_count == last) in read()
199 p3 = p2 + m_count; in read()
[all …]
/dports/science/ALPSCore/ALPSCore-2.2.0/accumulators/include/alps/accumulators/feature/
H A Dcount.hpp77 return m_count; in count()
114 m_count = std::min(m_count, arg.count()); in augadd()
126 m_count = std::min(m_count, arg.count()); in augsub()
138 m_count = std::min(m_count, arg.count()); in augmul()
150 m_count = std::min(m_count, arg.count()); in augdiv()
154 count_type m_count; member in alps::accumulators::impl::Result
165 Accumulator(Accumulator const & arg): m_count(arg.m_count) {} in Accumulator()
172 return m_count; in count()
176 ++m_count; in operator ()()
193 m_count = 0; in reset()
[all …]
/dports/net-im/gloox/gloox-1.0.24/src/
H A Datomicrefcount.cpp38 : m_count( 0 ) in AtomicRefCount()
45 return (int) ::InterlockedIncrement( (volatile LONG*)&m_count ); in increment()
50 return static_cast<int>( __sync_add_and_fetch( &m_count, 1 ) ); in increment()
54 return ++m_count; in increment()
61 return (int) ::InterlockedDecrement( (volatile LONG*)&m_count ); in decrement()
66 return static_cast<int>( __sync_sub_and_fetch( &m_count, 1 ) ); in decrement()
70 return --m_count; in decrement()
77 ::InterlockedExchange( (volatile LONG*)&m_count, (volatile LONG)0 ); in reset()
79 OSAtomicAnd32Barrier( (uint32_t)0, (volatile uint32_t*)&m_count ); in reset()
82 __sync_fetch_and_and( &m_count, 0 ); in reset()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/ftw/
H A Dqpodvector_p.h76 m_count = 0; in clear()
84 insert(m_count, v); in append()
88 if (m_count == m_capacity) { in insert()
95 m_count++; in insert()
113 m_count = newSize; in insertBlank()
121 m_count -= count;
126 while (idx < m_count) { in removeOne()
147 return m_count; in count()
152 other.m_count = m_count; in copyAndClear()
155 m_count = 0; in copyAndClear()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/ftw/
H A Dqpodvector_p.h76 m_count = 0; in clear()
84 insert(m_count, v); in append()
88 if (m_count == m_capacity) { in insert()
95 m_count++; in insert()
113 m_count = newSize; in insertBlank()
121 m_count -= count;
126 while (idx < m_count) { in removeOne()
147 return m_count; in count()
152 other.m_count = m_count; in copyAndClear()
155 m_count = 0; in copyAndClear()
[all …]
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_lookup.cpp170 m_count = 0; in EmptyBlock()
206 m_count = i; in CullBlockHelper()
264 if ( m_count > 1 ) in SortBlockHelper()
277 k = m_count >> 1; in SortBlockHelper()
278 i_end = m_count-1; in SortBlockHelper()
361 if ( 0 == m_count ) in IsValidBlock()
504 i = m_count; in BinarySearchBlockHelper()
1274 n = src->m_count; in GarbageCollectMoveHelper()
1413 while(j < blk->m_count && k < m_sn_block0.m_count ) in GarbageCollectHelper()
1817 if ( m_count > 0 ) in Dump()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_lookup.cpp170 m_count = 0; in EmptyBlock()
206 m_count = i; in CullBlockHelper()
264 if ( m_count > 1 ) in SortBlockHelper()
277 k = m_count >> 1; in SortBlockHelper()
278 i_end = m_count-1; in SortBlockHelper()
361 if ( 0 == m_count ) in IsValidBlock()
504 i = m_count; in BinarySearchBlockHelper()
1274 n = src->m_count; in GarbageCollectMoveHelper()
1413 while(j < blk->m_count && k < m_sn_block0.m_count ) in GarbageCollectHelper()
1817 if ( m_count > 0 ) in Dump()
[all …]
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A DatomCount.cpp47 m_count = 0; in AtomCount()
55 : Atom(other), m_count(other.m_count) in AtomCount()
87 other->m_count = m_count; in clone()
102 m_count = other.m_count; in mold()
130 m_count = count; in setCount()
137 m_count += times; in account()
138 return m_count; in account()
150 return m_count; in count()
199 *mono += refList.at(idx)->mono() * m_count * times; in accountMasses()
202 *avg += refList.at(idx)->avg() * m_count * times; in accountMasses()
/dports/devel/libassa/libassa-3.5.1/tests/
H A Drt_test.cpp98 static int m_count; member in Timer_Handler_1
156 int m_count; member in Timer_Handler_2
179 m_count++; in operator ++()
196 m_count--; in operator --()
214 m_count=0; in resetCount()
222 return m_count; in getCount()
238 if (--m_count == 0) { in handle_timeout()
291 m_count++; in operator ++()
308 m_count--; in operator --()
325 return m_count; in getCount()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp36 Uint32 m_count; member in SignalCounter
73 m_count++; in setWaitingFor()
88 return m_count == 0; in done()
94 return m_count; in getCount()
101 m_count--; in clearWaitingFor()
111 m_count = 0; in clearWaitingFor()
126 m_count = count; in operator =()
134 if(m_count > 0){ in operator --()
135 m_count--; in operator --()
145 m_count++; in operator ++()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp36 Uint32 m_count; member in SignalCounter
73 m_count++; in setWaitingFor()
88 return m_count == 0; in done()
94 return m_count; in getCount()
101 m_count--; in clearWaitingFor()
111 m_count = 0; in clearWaitingFor()
126 m_count = count; in operator =()
134 if(m_count > 0){ in operator --()
135 m_count--; in operator --()
145 m_count++; in operator ++()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp35 Uint32 m_count; member in SignalCounter
82 m_count++; in setWaitingFor()
97 return m_count == 0; in done()
103 return m_count; in getCount()
110 m_count--; in clearWaitingFor()
120 m_count = 0; in clearWaitingFor()
135 m_count = count; in operator =()
143 if(m_count > 0){ in operator --()
144 m_count--; in operator --()
154 m_count++; in operator ++()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp35 Uint32 m_count; member in SignalCounter
82 m_count++; in setWaitingFor()
97 return m_count == 0; in done()
103 return m_count; in getCount()
110 m_count--; in clearWaitingFor()
120 m_count = 0; in clearWaitingFor()
135 m_count = count; in operator =()
143 if(m_count > 0){ in operator --()
144 m_count--; in operator --()
154 m_count++; in operator ++()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp35 Uint32 m_count; member in SignalCounter
82 m_count++; in setWaitingFor()
97 return m_count == 0; in done()
103 return m_count; in getCount()
110 m_count--; in clearWaitingFor()
120 m_count = 0; in clearWaitingFor()
135 m_count = count; in operator =()
143 if(m_count > 0){ in operator --()
144 m_count--; in operator --()
154 m_count++; in operator ++()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp35 Uint32 m_count; member in SignalCounter
82 m_count++; in setWaitingFor()
97 return m_count == 0; in done()
103 return m_count; in getCount()
110 m_count--; in clearWaitingFor()
120 m_count = 0; in clearWaitingFor()
135 m_count = count; in operator =()
143 if(m_count > 0){ in operator --()
144 m_count--; in operator --()
154 m_count++; in operator ++()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp35 Uint32 m_count; member in SignalCounter
82 m_count++; in setWaitingFor()
97 return m_count == 0; in done()
103 return m_count; in getCount()
110 m_count--; in clearWaitingFor()
120 m_count = 0; in clearWaitingFor()
135 m_count = count; in operator =()
143 if(m_count > 0){ in operator --()
144 m_count--; in operator --()
154 m_count++; in operator ++()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp35 Uint32 m_count; member in SignalCounter
82 m_count++; in setWaitingFor()
97 return m_count == 0; in done()
103 return m_count; in getCount()
110 m_count--; in clearWaitingFor()
120 m_count = 0; in clearWaitingFor()
135 m_count = count; in operator =()
143 if(m_count > 0){ in operator --()
144 m_count--; in operator --()
154 m_count++; in operator ++()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp36 Uint32 m_count; member in SignalCounter
73 m_count++; in setWaitingFor()
88 return m_count == 0; in done()
94 return m_count; in getCount()
101 m_count--; in clearWaitingFor()
111 m_count = 0; in clearWaitingFor()
126 m_count = count; in operator =()
134 if(m_count > 0){ in operator --()
135 m_count--; in operator --()
145 m_count++; in operator ++()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp36 Uint32 m_count; member in SignalCounter
73 m_count++; in setWaitingFor()
88 return m_count == 0; in done()
94 return m_count; in getCount()
101 m_count--; in clearWaitingFor()
111 m_count = 0; in clearWaitingFor()
126 m_count = count; in operator =()
134 if(m_count > 0){ in operator --()
135 m_count--; in operator --()
145 m_count++; in operator ++()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/vm/
H A DSignalCounter.hpp36 Uint32 m_count; member in SignalCounter
73 m_count++; in setWaitingFor()
88 return m_count == 0; in done()
94 return m_count; in getCount()
101 m_count--; in clearWaitingFor()
111 m_count = 0; in clearWaitingFor()
126 m_count = count; in operator =()
134 if(m_count > 0){ in operator --()
135 m_count--; in operator --()
145 m_count++; in operator ++()
[all …]

12345678910>>...175