Searched refs:currentCount (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/bless-103/
H A Dsetboot.c128 int32_t specCount = 0, currentCount = 0; local
245 spec[currentCount+0].version = 0;
246 spec[currentCount+0].reqType = kBL_OSTYPE_PPC_TYPE_OFLABEL;
247 spec[currentCount+0].reqCreator = kBL_OSTYPE_PPC_CREATOR_CHRP;
248 spec[currentCount+0].reqParentDir = 0;
249 spec[currentCount+0].reqFilename = NULL;
250 spec[currentCount+0].payloadData = labelData;
251 spec[currentCount+0].postType = 0; // no type
252 spec[currentCount+0].postCreator = 0; // no type
253 spec[currentCount
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dcfclass.cpp65 uint32_t currentCount; local
69 currentCount = obj->updateRetainCount(op, &oldCount);
79 else if (op == 1 && oldCount == 0 && currentCount == 1)
83 else if (op == -1 && oldCount == 1 && currentCount == 0)
94 return currentCount;
102 return currentCount;
104 else if (currentCount == 0)
115 return currentCount;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfclass.cpp65 uint32_t currentCount; local
69 currentCount = obj->updateRetainCount(op, &oldCount);
79 else if (op == 1 && oldCount == 0 && currentCount == 1)
83 else if (op == -1 && oldCount == 1 && currentCount == 0)
94 return currentCount;
102 return currentCount;
104 else if (currentCount == 0)
115 return currentCount;
/macosx-10.10/bless-103/libbless/RAID/
H A DBLUpdateRAIDBooters.c286 int32_t specCount = 0, currentCount = 0; local
312 currentCount++;
315 lspec1 = &spec[currentCount];
316 lspec2 = &spec[currentCount+1];
341 currentCount += 2;
345 xspec = &spec[currentCount];
358 currentCount++;
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArrayPrototype.cpp192 // header currentCount (remainder)
199 // currentCount) will be shifted to the left or right as appropriate; in the
203 void shift(ExecState* exec, JSObject* thisObj, unsigned header, unsigned currentCount, unsigned resultCount, unsigned length) argument
205 RELEASE_ASSERT(currentCount > resultCount);
206 unsigned count = currentCount - resultCount;
209 RELEASE_ASSERT(currentCount <= (length - header));
217 for (unsigned k = header; k < length - currentCount; ++k) {
218 unsigned from = k + currentCount;
241 void unshift(ExecState* exec, JSObject* thisObj, unsigned header, unsigned currentCount, unsigned resultCount, unsigned length) argument
243 RELEASE_ASSERT(resultCount > currentCount);
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp1540 _stickyKeys_ShiftToggle->currentCount = 0;
1553 _stickyKeys_OptionToggle->currentCount = 0;
1729 for (index = toggleInfo->currentCount - 1; index >= 0; index--)
1739 for (innerindex = 0; innerindex < (int)(toggleInfo->currentCount - entries_to_delete); innerindex++)
1744 toggleInfo->currentCount -= entries_to_delete;
1757 if (toggleInfo->currentCount < toggleInfo->repetitionsToToggle)
1763 toggleInfo->deadlines[toggleInfo->currentCount++] = deadline;
1770 if (toggleInfo->currentCount == toggleInfo->repetitionsToToggle)
1773 toggleInfo->currentCount = 0;
1783 toggleInfo->currentCount
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboardMapper.h92 unsigned currentCount; member in struct:_stickyKeys_ToggleInfo
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16300 u32 currentCount; /* Current number of distinct checkouts */ member in struct:Mem5Global
16302 u32 maxCount; /* Maximum instantaneous currentCount */
16479 mem5.currentCount++;
16481 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount;
16511 assert( mem5.currentCount>0 );
16513 mem5.currentCount--;
16515 assert( mem5.currentOut>0 || mem5.currentCount==0 );
16516 assert( mem5.currentCount>0 || mem5.currentOut==0 );
16737 fprintf(out, "mem5.currentCount
[all...]

Completed in 420 milliseconds