Searched refs:mCount (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dthreading.cpp158 mCount++;
159 secdebug("cmutex", "%p up to %d", this, mCount);
167 mCount++;
168 secdebug("cmutex", "%p up to %d (was try)", this, mCount);
176 assert(mCount > 0);
177 mCount--;
178 secdebug("cmutex", "%p down to %d", this, mCount);
184 mCount++;
185 secdebug("cmutex", "%p finish up to %d", this, mCount);
191 assert(mCount >
[all...]
H A Dsuperblob.h34 { this->initialize(size); this->mCount = count; }
43 unsigned count() const { return mCount; }
46 Type type(unsigned n) const { assert(n < mCount); return mIndex[n].type; }
48 { assert(n < mCount); return mIndex[n].offset ? at<const BlobCore>(mIndex[n].offset) : NULL; }
58 Endian<uint32_t> mCount; // number of sub-Blobs following
67 unsigned count = mCount;
94 for (unsigned slot = 0; slot < mCount; slot++)
167 for (uint32_t ix = 0; ix < blobs->mCount; ix++)
H A Dthreading.h182 CountingMutex() : mCount(0) { }
183 ~CountingMutex() { assert(mCount == 0); }
190 unsigned int count() const { return mCount; }
191 bool isIdle() const { return mCount == 0; }
198 unsigned int mCount; // counter level member in class:Security::CountingMutex
H A Dcfutilities.h562 operator UInt32 () const { return mCount; }
564 bool empty() const { return mCount == 0; }
567 VectorBase *end() const { return mVector + mCount; }
569 VectorBase &operator [] (UInt32 ix) const { assert(ix < mCount); return mVector[ix]; }
573 UInt32 mCount;
580 mCount = 0;
583 mCount = (UInt32)CFArrayGetCount(arrayRef);
584 mVector = new VectorBase[mCount];
585 for (UInt32 n = 0; n < mCount; n++)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dthreading.cpp158 mCount++;
159 secdebug("cmutex", "%p up to %d", this, mCount);
167 mCount++;
168 secdebug("cmutex", "%p up to %d (was try)", this, mCount);
176 assert(mCount > 0);
177 mCount--;
178 secdebug("cmutex", "%p down to %d", this, mCount);
184 mCount++;
185 secdebug("cmutex", "%p finish up to %d", this, mCount);
191 assert(mCount >
[all...]
H A Dsuperblob.h34 { this->initialize(size); this->mCount = count; }
43 unsigned count() const { return mCount; }
46 Type type(unsigned n) const { assert(n < mCount); return mIndex[n].type; }
48 { assert(n < mCount); return mIndex[n].offset ? at<const BlobCore>(mIndex[n].offset) : NULL; }
58 Endian<uint32_t> mCount; // number of sub-Blobs following
67 unsigned count = mCount;
94 for (unsigned slot = 0; slot < mCount; slot++)
167 for (uint32_t ix = 0; ix < blobs->mCount; ix++)
H A Dthreading.h182 CountingMutex() : mCount(0) { }
183 ~CountingMutex() { assert(mCount == 0); }
190 unsigned int count() const { return mCount; }
191 bool isIdle() const { return mCount == 0; }
198 unsigned int mCount; // counter level member in class:Security::CountingMutex
H A Dcfutilities.h562 operator UInt32 () const { return mCount; }
564 bool empty() const { return mCount == 0; }
567 VectorBase *end() const { return mVector + mCount; }
569 VectorBase &operator [] (UInt32 ix) const { assert(ix < mCount); return mVector[ix]; }
573 UInt32 mCount;
580 mCount = 0;
583 mCount = (UInt32)CFArrayGetCount(arrayRef);
584 mVector = new VectorBase[mCount];
585 for (UInt32 n = 0; n < mCount; n++)
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DMarkArrays.cpp22 le_uint16 mCount = SWAPW(markCount); local
24 if (coverageIndex < mCount) {
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqmaker.h98 : Label(myMaker), maker(myMaker), mJoiner(op), mCount(0) { }
101 { if (mCount++) maker.insert<ExprOp>(*this) = mJoiner; }
104 bool empty() const { return mCount == 0; }
108 mutable unsigned mCount; member in class:Security::CodeSigning::Requirement::Maker::Chain
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqmaker.h98 : Label(myMaker), maker(myMaker), mJoiner(op), mCount(0) { }
101 { if (mCount++) maker.insert<ExprOp>(*this) = mJoiner; }
104 bool empty() const { return mCount == 0; }
108 mutable unsigned mCount; member in class:Security::CodeSigning::Requirement::Maker::Chain
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmaclpod.cpp139 for (uint32 n = mCount; n < newSize; n++)
141 mCount = newSize;
147 if (ix >= mCount)
158 for (uint32 ix = 0; ix < mCount; ix++)
162 mCount = 0;
H A Dcssmaclpod.h210 : mEntries(NULL), mCount(0), mAllocator(allocator) { }
215 operator uint32 *() { return &mCount; }
222 { assert(ix < mCount); return mEntries[ix]; }
227 uint32 size() const { return mCount; }
228 uint32 count() const { return mCount; }
244 uint32 mCount;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmaclpod.cpp139 for (uint32 n = mCount; n < newSize; n++)
141 mCount = newSize;
147 if (ix >= mCount)
158 for (uint32 ix = 0; ix < mCount; ix++)
162 mCount = 0;
H A Dcssmaclpod.h210 : mEntries(NULL), mCount(0), mAllocator(allocator) { }
215 operator uint32 *() { return &mCount; }
222 { assert(ix < mCount); return mEntries[ix]; }
227 uint32 size() const { return mCount; }
228 uint32 count() const { return mCount; }
244 uint32 mCount;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCAPI_Keychain.cpp583 :mCount("Count")
585 AddResult(mCount);
594 mCount = ::KCCountKeychains();
H A DKCAPI_Keychain.h360 CParamUInt16 mCount; member in class:COp_KCCountKeychains
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtitvfmt.cpp816 int32_t mCount = 0; local
873 ++mCount;
934 if ( mCount != 0 ) {

Completed in 222 milliseconds