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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCoalesceTree.h45 void GetCoalesceList(IOVirtualRange* outRanges) const ;
52 void GetCoalesceList(IOVirtualRange* outRanges, Node* inNode, UInt32* pIndex) const ;
H A DIOFireWireLibCoalesceTree.cpp126 CoalesceTree::GetCoalesceList(IOVirtualRange* outRanges) const
129 GetCoalesceList(outRanges, mTop, & index) ;
133 CoalesceTree::GetCoalesceList(IOVirtualRange* outRanges, Node* inNode, UInt32* pIndex) const argument
138 GetCoalesceList(outRanges, inNode->left, pIndex) ;
141 outRanges[*pIndex].address = inNode->range.address ;
142 outRanges[*pIndex].length = inNode->range.length ;
146 GetCoalesceList(outRanges, inNode->right, pIndex) ;
H A DIOFireWireLibNuDCLPool.h91 IOVirtualAddress * outRanges,
143 static UInt32 S_GetDCLRanges ( NuDCLRef dcl, UInt32 maxRanges, IOVirtualRange* outRanges ) ;
H A DIOFireWireLibNuDCLPool.cpp525 NuDCLPoolCOM::S_GetDCLRanges( NuDCLRef dcl, UInt32 maxRanges, IOVirtualRange* outRanges )
529 return CAST_DCL( NuDCL*, dcl )->GetRanges( maxRanges, outRanges ) ;
H A DIOFireWireLibIsoch.h863 @param outRanges Description forthcoming.
865 UInt32 (*GetDCLRanges) ( NuDCLRef dcl, UInt32 maxRanges, IOVirtualRange* outRanges ) ;
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm1735 - (void)getDictationResultRanges:(NSArray **)outRanges andMetadatas:(NSArray **)outMetadatas
1737 ASSERT(outRanges);
1738 if (!outRanges)
1741 // *outRanges should not already point to an array.
1742 ASSERT(!(*outRanges));
1743 *outRanges = nil;
1804 *outRanges = ranges;

Completed in 181 milliseconds