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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUtils.cpp166 IOByteCount distanceInRange ; local
172 distanceInRange = address - ranges[index].address ;
173 if ( found = ( distanceInRange < ranges[ index ].length ) )
174 outOffset += distanceInRange ;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp25 IOByteCount distanceInRange ; local
32 distanceInRange = address - ranges[index].address ;
33 if ( found = ( distanceInRange < ranges[ index ].length ) )
34 offset += distanceInRange ;

Completed in 98 milliseconds