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

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGNaturalLoops.cpp151 unsigned thisIndex = block->innerMostLoopIndices[i]; local
152 if (thisIndex == UINT_MAX || loop.size() < m_loops[thisIndex].size()) {
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLiveInterval.h439 const SlotIndex &thisIndex = beginIndex();
441 return (thisIndex < otherIndex ||
442 (thisIndex == otherIndex && reg < other.reg));
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsPrivate.h167 #define thisIndex _IOFramebuffer_reserved[4] macro
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWKView.mm477 CFIndex thisIndex = WKArrayIndexOfValue (svs, view);
478 if (thisIndex < 0) {
484 if (thisIndex+1 >= count)
487 return (const WKViewRef)CFArrayGetValueAtIndex (svs, thisIndex+1);
/macosx-10.10/IOGraphics-485/tools/
H A Dgaussblur.c99 DEBG(thisIndex, " compressed to %d%%\n", (compressLen * 100) / (width * height * sizeof(uint32_t)));
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.cpp1853 const CssmDbIndexInfo &thisIndex = CssmDbIndexInfo::overlay(inIndexInfo->IndexInfo[anIndex]); local
1856 if (thisIndex.dataLocation() != CSSM_DB_INDEX_ON_ATTRIBUTE)
1861 if (thisIndex.IndexType == CSSM_DB_INDEX_UNIQUE)
1868 aMetaRecord.metaAttribute(thisIndex.Info).attributeId();
1875 aRecordBuilder.add(IndexType, thisIndex.IndexType);
1876 aRecordBuilder.add(IndexedDataLocation, thisIndex.IndexedDataLocation);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.cpp1853 const CssmDbIndexInfo &thisIndex = CssmDbIndexInfo::overlay(inIndexInfo->IndexInfo[anIndex]); local
1856 if (thisIndex.dataLocation() != CSSM_DB_INDEX_ON_ATTRIBUTE)
1861 if (thisIndex.IndexType == CSSM_DB_INDEX_UNIQUE)
1868 aMetaRecord.metaAttribute(thisIndex.Info).attributeId();
1875 aRecordBuilder.add(IndexType, thisIndex.IndexType);
1876 aRecordBuilder.add(IndexedDataLocation, thisIndex.IndexedDataLocation);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2850 for (thisIndex = 0; (fb = (IOFramebuffer *) gStartedFramebuffers->getObject(thisIndex)); thisIndex++)
2856 gStartedFramebuffers->setObject(thisIndex, this);
6461 for (thisIndex = 0; (next = (IOFramebuffer *) gStartedFramebuffers->getObject(thisIndex)); thisIndex++)
6547 thisIndex = gStartedFramebuffers->getNextIndexOfObject(this, 0);
6548 if (-1U == thisIndex)
6550 thisIndex
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp3486 int thisIndex = rangeIndex; local
3512 bridge->rangeBaseChanges &= ~(1 << thisIndex);
3513 bridge->rangeSizeChanges &= ~(1 << thisIndex);

Completed in 378 milliseconds