Searched refs:slotCount (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcontext.h287 { slotCount = 0; attributes = NULL; }
305 slotCount++;
314 slotCount++;
322 slotCount++;
331 slotCount++;
348 slotCount++;
354 { slotCount++; walk(sizer, const_cast<CSSM_CONTEXT_ATTRIBUTE &>(attr)); }
364 assert(slot < slotCount); // check overflow
375 assert(slot < slotCount); // check overflow
384 assert(slot < slotCount);
[all...]
H A Dcontext.cpp126 LowLevelMemoryUtilities::alignUp(slotCount * sizeof(CSSM_CONTEXT_ATTRIBUTE));
136 assert(slot == slotCount); // match pass profiles
138 count = slotCount;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcontext.h287 { slotCount = 0; attributes = NULL; }
305 slotCount++;
314 slotCount++;
322 slotCount++;
331 slotCount++;
348 slotCount++;
354 { slotCount++; walk(sizer, const_cast<CSSM_CONTEXT_ATTRIBUTE &>(attr)); }
364 assert(slot < slotCount); // check overflow
375 assert(slot < slotCount); // check overflow
384 assert(slot < slotCount);
[all...]
H A Dcontext.cpp126 LowLevelMemoryUtilities::alignUp(slotCount * sizeof(CSSM_CONTEXT_ATTRIBUTE));
136 assert(slot == slotCount); // match pass profiles
138 count = slotCount;
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DGamepadsEfl.cpp190 const size_t slotCount = m_slots.size(); local
191 for (size_t index = 0; index < slotCount; ++index) {
218 const size_t slotCount = m_slots.size(); local
219 for (size_t i = 0; i < slotCount; ++i) {
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache-old.mm210 static Cache _cache_malloc(uintptr_t slotCount);
261 static Cache _cache_malloc(uintptr_t slotCount)
269 size = sizeof(struct objc_cache) + TABLE_SIZE(slotCount);
274 new_cache->mask = slotCount - 1;
278 new_cache->mask = (unsigned int)(slotCount - 1);
282 new_cache->mask = slotCount - 1;
292 size_t bucket = log2u(slotCount);
318 size_t slotCount = cache->mask + 1;
319 if (isPowerOf2(slotCount)) {
320 size_t bucket = log2u(slotCount);
[all...]
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dreaderfactory.c131 int slotCount; local
195 slotCount = ReaderSlotCount(baseContext);
196 if (slotCount <= 1)
206 for (slot = 1; slot < slotCount; slot++)
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c1880 int slotCount; /* Last occupied row or column. */
1881 int gridCount; /* The larger of slotCount and
1915 slotCount = masterPtr->masterDataPtr->columnEnd;
1919 slotCount = masterPtr->masterDataPtr->rowEnd;
1927 gridCount = MAX(constraintCount, slotCount);
1864 int slotCount; /* Last occupied row or column. */ local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c1712 int slotCount; /* Last occupied row or column. */
1713 int gridCount; /* The larger of slotCount and constraintCount.
1746 slotCount = masterPtr->masterDataPtr->columnEnd;
1750 slotCount = masterPtr->masterDataPtr->rowEnd;
1758 gridCount = MAX(constraintCount,slotCount);
1697 int slotCount; /* Last occupied row or column. */ local

Completed in 226 milliseconds