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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCoalesceTree.h43 void CoalesceRange(const IOVirtualRange& inRange) ;
50 void CoalesceRange(const IOVirtualRange& inRange, Node* inNode) ;
H A DIOFireWireLibCoalesceTree.cpp44 CoalesceTree::CoalesceRange(const IOVirtualRange& inRange) function in class:IOFireWireLib::CoalesceTree
53 CoalesceRange(range, mTop) ;
65 CoalesceTree::CoalesceRange(const IOVirtualRange& inRange, Node* inNode) function in class:IOFireWireLib::CoalesceTree
76 CoalesceRange(inRange, inNode->right) ;
97 CoalesceRange(inRange, inNode->left) ;
H A DIOFireWireLibNuDCL.cpp214 tree.CoalesceRange( fData.ranges[ index ] ) ;
219 tree.CoalesceRange( IOVirtualRangeMake( (IOVirtualAddress) fData.timeStamp.ptr, sizeof( *fData.timeStamp.ptr ) ) ) ;
224 tree.CoalesceRange( IOVirtualRangeMake( (IOVirtualAddress) fData.status.ptr, sizeof( *fData.status.ptr ) ) ) ;
H A DIOFireWireLibIsochPort.cpp726 bufferTree.CoalesceRange( userBufferRanges[index]) ;
788 bufferTree.CoalesceRange ( tempRange ) ;

Completed in 119 milliseconds