Home | History | Annotate | Download | only in macosx

Lines Matching refs:numTracks

240         theCD->numtracks = 0;
248 CFIndex numTracks;
257 numTracks = CFArrayGetCount (trackArray);
259 for(trackIndex = 0; trackIndex < numTracks; trackIndex++) {
276 int idx = theCD->numtracks++;
295 theCD->track[theCD->numtracks-1].length =
296 value - theCD->track[theCD->numtracks-1].offset;
299 theCD->track[theCD->numtracks].offset = value;
323 int ListTrackFiles (FSVolumeRefNum theVolume, FSRef *trackFiles, int numTracks)
380 if (trackID < numTracks)