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

/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemUtils.c512 UInt32 numberOfDescriptors = 0; local
522 numberOfDescriptors = CalculateNumberOfDescriptors ( TOCDataPtr );
528 if ( trackDescriptorOffset + 1 >= numberOfDescriptors )
671 UInt16 numberOfDescriptors = 0; local
692 numberOfDescriptors = CalculateNumberOfDescriptors ( TOCDataPtr );
693 DebugLog ( ( "Number of descriptors = %d\n", numberOfDescriptors ) );
695 if ( numberOfDescriptors <= 0 )
706 while ( numberOfDescriptors > 0 && rootDirNodePtr->entryCount < ( numTracks + kNumberOfFakeDirEntries ) )
745 numberOfDescriptors--;
750 if ( ( numberOfDescriptors !
848 UInt32 numberOfDescriptors = 0; local
[all...]
/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp914 UInt8 numberOfDescriptors = 0; local
921 error = GetNumberOfTrackDescriptors ( TOCDataPtr, &numberOfDescriptors );
924 for ( index = 0; index < numberOfDescriptors; index++ )
1152 UInt16 numberOfDescriptors = 0; local
1187 numberOfDescriptors = length / ( sizeof ( SubQTOCInfo ) );
1190 if ( numberOfDescriptors <= 0 )
1200 lastTrackDescriptorPtr = TOCDataPtr->trackDescriptors + numberOfDescriptors - 1;
1611 UInt8 * numberOfDescriptors )
1618 require_action ( ( numberOfDescriptors != NULL ), Exit, result = -1 );
1629 *numberOfDescriptors
1699 UInt16 numberOfDescriptors = 0; local
[all...]
H A Dcddafs_util.h111 UInt8 * numberOfDescriptors );

Completed in 63 milliseconds