Searched refs:trackMinIndex (Results 1 - 1 of 1) sorted by path

/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp175 UInt32 trackMinIndex = kCDTrackMaxIndex + 1; local
257 trackMinIndex = min(descriptor->point, trackMinIndex);
293 for ( unsigned index = trackMinIndex; index <= trackMaxIndex; index++ )
376 if ( trackMinIndex > kCDTrackMaxIndex || // (no tracks?)
378 tracks[trackMinIndex].block ) // (hidden tracks?)
397 if ( trackMinIndex > kCDTrackMaxIndex ) // (no tracks?)
487 trackBlockNext = tracks[trackMinIndex].block;
542 for ( unsigned index = trackMinIndex; index <= trackMaxIndex; index++ )

Completed in 247 milliseconds