Home
last modified time | relevance | path

Searched refs:mCount (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWArrayPrimitiveType.h64 size_t mCount; variable
77 , mCount (0) in ArrayPrimitiveType()
86 , mCount (0) in ArrayPrimitiveType()
114 mCount = count; in setData()
122 mCount = count; in setData()
178 if ( mCount > mCapacity ) in reallocMemory()
179 mCount = mCapacity; in reallocMemory()
191 if ( mCount >= mCapacity ) in append()
212 mCount += length; in appendValues()
220 mCount = n > mCount ? 0 : (mCount - n); in erase()
[all …]
H A DCOLLADAFWArray.h59 size_t mCount; variable
72 , mCount (0) in Array()
80 , mCount (0) in Array()
89 , mCount ( count ) in Array()
116 mCount = count; in setData()
124 mCount = count; in setData()
129 const size_t getCount() const { return mCount; } in getCount()
132 void setCount(size_t count) { mCount = count; } in setCount()
161 bool empty() const { return mCount == 0; } in empty()
170 Type& back() { COLLADABU_ASSERT(mData && (mCount > 0)); return mData[mCount - 1]; } in back()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/smil/
H A DnsSMILRepeatCount.h27 nsSMILRepeatCount() : mCount(kNotSet) {} in nsSMILRepeatCount()
29 : mCount(kNotSet) { SetCount(aCount); } in nsSMILRepeatCount()
34 return mCount;
37 return mCount != kNotSet && mCount != kIndefinite; in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
40 bool IsSet() const { return mCount != kNotSet; } in IsSet()
50 mCount = aCount > 0.0 ? aCount : kNotSet; in SetCount()
52 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
53 void Unset() { mCount = kNotSet; } in Unset()
59 double mCount; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/smil/
H A DnsSMILRepeatCount.h26 nsSMILRepeatCount() : mCount(kNotSet) {} in nsSMILRepeatCount()
27 explicit nsSMILRepeatCount(double aCount) : mCount(kNotSet) { in nsSMILRepeatCount()
34 return mCount;
36 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
37 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
38 bool IsSet() const { return mCount != kNotSet; } in IsSet()
46 mCount = aCount > 0.0 ? aCount : kNotSet; in SetCount()
48 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
49 void Unset() { mCount = kNotSet; } in Unset()
55 double mCount; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/smil/
H A DSMILRepeatCount.h28 SMILRepeatCount() : mCount(kNotSet) {} in SMILRepeatCount()
29 explicit SMILRepeatCount(double aCount) : mCount(kNotSet) { in SMILRepeatCount()
36 return mCount;
38 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
40 bool IsSet() const { return mCount != kNotSet; } in IsSet()
48 mCount = aCount > 0.0 ? aCount : kNotSet; in SetCount()
50 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
51 void Unset() { mCount = kNotSet; } in Unset()
57 double mCount; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/smil/
H A DSMILRepeatCount.h28 SMILRepeatCount() : mCount(kNotSet) {} in SMILRepeatCount()
29 explicit SMILRepeatCount(double aCount) : mCount(kNotSet) { in SMILRepeatCount()
36 return mCount;
38 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
40 bool IsSet() const { return mCount != kNotSet; } in IsSet()
48 mCount = aCount > 0.0 ? aCount : kNotSet; in SetCount()
50 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
51 void Unset() { mCount = kNotSet; } in Unset()
57 double mCount; variable
/dports/www/firefox/firefox-99.0/dom/smil/
H A DSMILRepeatCount.h28 SMILRepeatCount() : mCount(kNotSet) {} in SMILRepeatCount()
29 explicit SMILRepeatCount(double aCount) : mCount(kNotSet) { in SMILRepeatCount()
36 return mCount;
38 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
40 bool IsSet() const { return mCount != kNotSet; } in IsSet()
48 mCount = aCount > 0.0 ? aCount : kNotSet; in SetCount()
50 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
51 void Unset() { mCount = kNotSet; } in Unset()
57 double mCount; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/smil/
H A DSMILRepeatCount.h28 SMILRepeatCount() : mCount(kNotSet) {} in SMILRepeatCount()
29 explicit SMILRepeatCount(double aCount) : mCount(kNotSet) { in SMILRepeatCount()
36 return mCount;
38 bool IsDefinite() const { return mCount != kNotSet && mCount != kIndefinite; } in IsDefinite()
39 bool IsIndefinite() const { return mCount == kIndefinite; } in IsIndefinite()
40 bool IsSet() const { return mCount != kNotSet; } in IsSet()
48 mCount = aCount > 0.0 ? aCount : kNotSet; in SetCount()
50 void SetIndefinite() { mCount = kIndefinite; } in SetIndefinite()
51 void Unset() { mCount = kNotSet; } in Unset()
57 double mCount; variable
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/queue/
H A DHeap.java88 if (mCount >= mNodes.length) { in insert()
95 int k = mCount; in insert()
96 ++mCount; in insert()
114 if (mCount < 1) return null; in extract()
122 --mCount; in extractElementAt()
123 Object x = mNodes[mCount]; in extractElementAt()
126 if (l >= mCount) in extractElementAt()
140 mNodes[mCount] = null; in extractElementAt()
146 if (mCount > 0) in peek()
154 return mCount; in size()
[all …]
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DCrossProcessMutex_posix.cpp16 mozilla::Atomic<int32_t> mCount; member
40 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
62 mCount = &(data->mCount); in CrossProcessMutex()
64 *mCount = 1; in CrossProcessMutex()
71 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
94 mCount = &(data->mCount); in CrossProcessMutex()
95 int32_t count = (*mCount)++; in CrossProcessMutex()
107 int32_t count = --(*mCount); in ~CrossProcessMutex()
118 MOZ_ASSERT(*mCount > 0, "Attempting to lock mutex with zero ref count"); in Lock()
123 MOZ_ASSERT(*mCount > 0, "Attempting to unlock mutex with zero ref count"); in Unlock()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/
H A DCrossProcessMutex_posix.cpp16 mozilla::Atomic<int32_t> mCount;
43 , mCount(nullptr)
61 mCount = &(data->mCount);
63 *mCount = 1;
71 , mCount(nullptr)
94 mCount = &(data->mCount);
95 int32_t count = (*mCount)++;
108 int32_t count = --(*mCount);
121 MOZ_ASSERT(*mCount > 0, "Attempting to lock mutex with zero ref count");
128 MOZ_ASSERT(*mCount > 0, "Attempting to unlock mutex with zero ref count");
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DCrossProcessMutex_posix.cpp16 mozilla::Atomic<int32_t> mCount; member
40 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
57 mCount = &(data->mCount); in CrossProcessMutex()
59 *mCount = 1; in CrossProcessMutex()
66 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
88 mCount = &(data->mCount); in CrossProcessMutex()
89 int32_t count = (*mCount)++; in CrossProcessMutex()
101 int32_t count = --(*mCount); in ~CrossProcessMutex()
112 MOZ_ASSERT(*mCount > 0, "Attempting to lock mutex with zero ref count"); in Lock()
117 MOZ_ASSERT(*mCount > 0, "Attempting to unlock mutex with zero ref count"); in Unlock()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DCrossProcessMutex_posix.cpp16 mozilla::Atomic<int32_t> mCount; member
40 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
62 mCount = &(data->mCount); in CrossProcessMutex()
64 *mCount = 1; in CrossProcessMutex()
71 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
93 mCount = &(data->mCount); in CrossProcessMutex()
94 int32_t count = (*mCount)++; in CrossProcessMutex()
106 int32_t count = --(*mCount); in ~CrossProcessMutex()
117 MOZ_ASSERT(*mCount > 0, "Attempting to lock mutex with zero ref count"); in Lock()
122 MOZ_ASSERT(*mCount > 0, "Attempting to unlock mutex with zero ref count"); in Unlock()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DCrossProcessMutex_posix.cpp16 mozilla::Atomic<int32_t> mCount; member
40 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
62 mCount = &(data->mCount); in CrossProcessMutex()
64 *mCount = 1; in CrossProcessMutex()
71 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
93 mCount = &(data->mCount); in CrossProcessMutex()
94 int32_t count = (*mCount)++; in CrossProcessMutex()
106 int32_t count = --(*mCount); in ~CrossProcessMutex()
117 MOZ_ASSERT(*mCount > 0, "Attempting to lock mutex with zero ref count"); in Lock()
122 MOZ_ASSERT(*mCount > 0, "Attempting to unlock mutex with zero ref count"); in Unlock()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DCrossProcessMutex_posix.cpp16 mozilla::Atomic<int32_t> mCount; member
40 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
62 mCount = &(data->mCount); in CrossProcessMutex()
64 *mCount = 1; in CrossProcessMutex()
71 : mMutex(nullptr), mCount(nullptr) { in CrossProcessMutex()
93 mCount = &(data->mCount); in CrossProcessMutex()
94 int32_t count = (*mCount)++; in CrossProcessMutex()
106 int32_t count = --(*mCount); in ~CrossProcessMutex()
117 MOZ_ASSERT(*mCount > 0, "Attempting to lock mutex with zero ref count"); in Lock()
122 MOZ_ASSERT(*mCount > 0, "Attempting to unlock mutex with zero ref count"); in Unlock()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/portedasteroids/
H A Dledmeter.cpp56 mCount = 20; in KALedMeter()
59 setMinimumWidth( mCount * 2 + frameWidth() ); in KALedMeter()
80 mCount = c; in setCount()
81 if ( mCount < 1 ) in setCount()
82 mCount = 1; in setCount()
83 setMinimumWidth( mCount * 2 + frameWidth() ); in setCount()
96 int c = ( mValue + mRange / mCount - 1 ) * mCount / mRange; in setValue()
116 int w = ( width() - frameWidth() - 2 ) / mCount * mCount; in resizeEvent()
129 int ncol = mCount; in paintEvent()
140 int lw = b.width() / mCount; in paintEvent()
[all …]
/dports/net/kalarmcal/kalarmcal-21.12.3/src/
H A Drepetition.cpp22 : mInterval(interval), mCount(count) in Private()
25 mCount = 0; in Private()
31 int mCount = 0; // sub-repetition count (excluding the first time) member in KAlarmCal::Repetition::Private
65 d->mCount = 0; in set()
68 d->mCount = count; in set()
75 if (d->mCount) { in set()
78 d->mCount = 0; in set()
85 return d->mCount; in operator bool()
90 return d->mInterval == r.d->mInterval && d->mCount == r.d->mCount; in operator ==()
95 return d->mCount; in count()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/libutils/
H A DVectorImpl.cpp54 : mStorage(rhs.mStorage), mCount(rhs.mCount), in VectorImpl()
64 ALOGW_IF(mCount, in ~VectorImpl()
77 if (rhs.mCount) { in operator =()
79 mCount = rhs.mCount; in operator =()
83 mCount = 0; in operator =()
293 mCount = 0; in finish_vector()
298 _shrink(0, mCount); in clear()
354 if (size > mCount) { in resize()
355 result = insertAt(mCount, size - mCount); in resize()
424 mCount = new_size; in _grow()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dtradeitemmodel.cpp45 itemStack.mCount += item.mCount; in borrowImpl()
62 if (it->mCount < count) in unborrowImpl()
64 it->mCount -= count; in unborrowImpl()
65 if (it->mCount == 0) in unborrowImpl()
78 item.mCount = count; in borrowItemFromUs()
85 item.mCount = count; in borrowItemToUs()
145 copyItem(item, itemStack.mCount, !prevent); in transferItems()
147 sourceModel->removeItem(item, itemStack.mCount); in transferItems()
196 if (item.mCount < itemStack.mCount) in update()
198 item.mCount -= itemStack.mCount; in update()
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libutils/
H A DVectorImpl.cpp52 : mStorage(rhs.mStorage), mCount(rhs.mCount), in VectorImpl()
62 ALOGW_IF(mCount, in ~VectorImpl()
75 if (rhs.mCount) { in operator =()
77 mCount = rhs.mCount; in operator =()
81 mCount = 0; in operator =()
298 mCount = 0; in finish_vector()
303 _shrink(0, mCount); in clear()
360 if (size > mCount) { in resize()
361 result = insertAt(mCount, size - mCount); in resize()
449 mCount = new_size; in _grow()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libutils/
H A DVectorImpl.cpp50 : mStorage(rhs.mStorage), mCount(rhs.mCount), in VectorImpl()
60 ALOGW_IF(mCount, in ~VectorImpl()
73 if (rhs.mCount) { in operator =()
75 mCount = rhs.mCount; in operator =()
79 mCount = 0; in operator =()
296 mCount = 0; in finish_vector()
301 _shrink(0, mCount); in clear()
358 if (size > mCount) { in resize()
359 result = insertAt(mCount, size - mCount); in resize()
448 mCount = new_size; in _grow()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/templates/
H A DnsResourceSet.cpp10 mCount(0), in nsResourceSet()
39 while (--mCount >= 0) { in Clear()
40 NS_RELEASE(mResources[mCount]); in Clear()
42 mCount = 0; in Clear()
56 if (mCount >= mCapacity) { in Add()
59 for (int32_t i = mCount - 1; i >= 0; --i) in Add()
68 mResources[mCount++] = aResource; in Add()
79 nsIRDFResource** limit = mResources + mCount; in Remove()
92 --mCount; in Remove()
98 for (int32_t i = mCount - 1; i >= 0; --i) { in Contains()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/gtest/
H A DTestLinkedList.cpp55 int mCount; member in CountedClass
56 void AddRef() { mCount++; } in AddRef()
57 void Release() { mCount--; } in Release()
59 CountedClass() : mCount(0) {} in CountedClass()
60 ~CountedClass() { EXPECT_TRUE(mCount == 0); } in ~CountedClass()
72 EXPECT_TRUE(elt1->mCount == 2); in TEST()
73 EXPECT_TRUE(elt2->mCount == 1); in TEST()
76 EXPECT_TRUE(elt1->mCount == 1); in TEST()
77 EXPECT_TRUE(elt2->mCount == 0); in TEST()
/dports/www/firefox/firefox-99.0/mfbt/tests/gtest/
H A DTestLinkedList.cpp55 int mCount; member in CountedClass
56 void AddRef() { mCount++; } in AddRef()
57 void Release() { mCount--; } in Release()
59 CountedClass() : mCount(0) {} in CountedClass()
60 ~CountedClass() { EXPECT_TRUE(mCount == 0); } in ~CountedClass()
72 EXPECT_TRUE(elt1->mCount == 2); in TEST()
73 EXPECT_TRUE(elt2->mCount == 1); in TEST()
76 EXPECT_TRUE(elt1->mCount == 1); in TEST()
77 EXPECT_TRUE(elt2->mCount == 0); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/gtest/
H A DTestLinkedList.cpp55 int mCount; member in CountedClass
56 void AddRef() { mCount++; } in AddRef()
57 void Release() { mCount--; } in Release()
59 CountedClass() : mCount(0) {} in CountedClass()
60 ~CountedClass() { EXPECT_TRUE(mCount == 0); } in ~CountedClass()
72 EXPECT_TRUE(elt1->mCount == 2); in TEST()
73 EXPECT_TRUE(elt2->mCount == 1); in TEST()
76 EXPECT_TRUE(elt1->mCount == 1); in TEST()
77 EXPECT_TRUE(elt2->mCount == 0); in TEST()

12345678910>>...42