Searched refs:oldCount (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dcfclass.cpp68 uint32_t oldCount; local
69 currentCount = obj->updateRetainCount(op, &oldCount);
75 if (op == -1 && oldCount == 0)
79 else if (op == 1 && oldCount == 0 && currentCount == 1)
83 else if (op == -1 && oldCount == 1 && currentCount == 0)
H A Dseccfobject.cpp186 uint32_t SecCFObject::updateRetainCount(intptr_t direction, uint32_t *oldCount) argument
190 if (oldCount != NULL)
192 *oldCount = mRetainCount;
H A Dseccfobject.h93 uint32_t updateRetainCount(intptr_t direction, uint32_t *oldCount);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfclass.cpp68 uint32_t oldCount; local
69 currentCount = obj->updateRetainCount(op, &oldCount);
75 if (op == -1 && oldCount == 0)
79 else if (op == 1 && oldCount == 0 && currentCount == 1)
83 else if (op == -1 && oldCount == 1 && currentCount == 0)
H A Dseccfobject.cpp186 uint32_t SecCFObject::updateRetainCount(intptr_t direction, uint32_t *oldCount) argument
190 if (oldCount != NULL)
192 *oldCount = mRetainCount;
H A Dseccfobject.h93 uint32_t updateRetainCount(intptr_t direction, uint32_t *oldCount);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dcssmcontext.cpp153 uint32 oldCount = NumberOfAttributes; local
163 NumberOfAttributes = oldCount;
H A Dtransition.cpp333 uint32 oldCount = context.NumberOfAttributes; local
344 context.NumberOfAttributes = oldCount; // ... old
/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.c171 unsigned int oldCount; // may be UNUSED member in struct:__anon9174
172 unsigned int newCount; // oldCount == newCount for new allocations
238 history->entries[e].oldCount = UNUSED;
249 entry->oldCount = auto_zone_retain_count((void *)azone, ptr);
250 entry->newCount = entry->oldCount + delta;
277 if (entry->oldCount != UNUSED) {
280 if (entry->oldCount == entry->newCount) {
284 entry->oldCount, entry->newCount);
/macosx-10.10.1/objc4-646/runtime/
H A Dmaptable.mm204 unsigned oldCount = table->count;
215 if (oldCount != table->count)
H A Dobjc-runtime-new.mm635 int oldCount = 0;
644 while (oldLists[oldCount]) oldCount++;
647 int newCount = oldCount;
696 for (i = 0; i < oldCount; i++) {
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeStyle.c3589 int oldCount, /* The previous number of elements. */
3600 STATIC_ALLOC(keep, int, oldCount);
3613 for (i = 0; i < oldCount; i++)
3629 if (oldCount > 0) {
3631 for (i = 0; i < oldCount; i++) {
3639 oldCount, ELEMENT_LINK_ROUND);
3641 WCFREE(style->elements, IElementLink, oldCount);
3645 STATIC_FREE(keep, int, oldCount);
3688 int i, j, k, oldCount; local
3738 oldCount
3586 IStyle_ChangeElementsAux( TreeCtrl *tree, IStyle *style, int oldCount, int count, TreeElement *elemList, int *map ) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkListbox.c3037 int i, firstRedisplay, oldCount, isNew;
3054 oldCount = listPtr->numSelected;
3089 if ((oldCount == 0) && (listPtr->numSelected > 0)
3013 int i, firstRedisplay, oldCount, isNew; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkListbox.c2983 int i, firstRedisplay, oldCount;
3001 oldCount = listPtr->numSelected;
3035 if ((oldCount == 0) && (listPtr->numSelected > 0)
2959 int i, firstRedisplay, oldCount; local
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp2262 unsigned int oldCount, newCount; local
2275 oldCount = preventIdleSleepList->getCount();
2290 if ((oldCount == 0) && (newCount != 0))
2298 else if ((oldCount != 0) && (newCount == 0))
2326 unsigned int oldCount; local
2332 oldCount = preventSystemSleepList->getCount();
2345 if ((oldCount != 0) && (preventSystemSleepList->getCount() == 0))
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclExecute.c1006 int oldCount = iPtr->cmdCount; /* Used to tell whether any commands
1134 if ((oldCount == iPtr->cmdCount) && Tcl_AsyncReady()) {
997 int oldCount = iPtr->cmdCount; /* Used to tell whether any commands variable

Completed in 390 milliseconds