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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDCLCommandPool.cpp151 const UInt8* foundFreeBlock = 0 ; local
166 foundFreeBlock = (const UInt8*) CFArrayGetValueAtIndex(mFreeBlocks, index) ;
167 allocatedBlock = (DCLCommand*) (foundFreeBlock + remainder) ;
191 } while( (++index < freeBlockCount) && (foundFreeBlock == nil) ) ;

Completed in 107 milliseconds