Searched refs:deleteCount (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkError.c171 dispPtr->deleteCount += 1;
172 if (dispPtr->deleteCount >= 10) {
177 dispPtr->deleteCount = 0;
H A DtkInt.h283 int deleteCount; /* Counts # of handlers deleted since last member in struct:TkDisplay
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkError.c187 dispPtr->deleteCount += 1;
188 if (dispPtr->deleteCount >= 10) {
193 dispPtr->deleteCount = 0;
H A DtkInt.h270 int deleteCount; /* Counts # of handlers deleted since member in struct:TkDisplay
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArrayPrototype.cpp800 unsigned deleteCount = length - begin; local
804 deleteCount = 0;
806 deleteCount = length - begin;
808 deleteCount = static_cast<unsigned>(deleteDouble);
811 JSArray* resObj = JSArray::tryCreateUninitialized(exec->vm(), exec->lexicalGlobalObject()->arrayStructureForIndexingTypeDuringAllocation(ArrayWithUndecided), deleteCount);
817 for (unsigned k = 0; k < deleteCount; k++) {
825 if (additionalArgs < deleteCount) {
826 shift<JSArray::ShiftCountForSplice>(exec, thisObj, begin, deleteCount, additionalArgs, length);
829 } else if (additionalArgs > deleteCount) {
830 unshift<JSArray::ShiftCountForSplice>(exec, thisObj, begin, deleteCount, additionalArg
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrDiscovery.cpp364 SInt16 deleteCount = discCount - kMaxDiscoverListSize; local
366 while (deleteCount--) {

Completed in 147 milliseconds