Home | History | Annotate | Download | only in macosx

Lines Matching refs:numTracks

232         theCD->numtracks = 0;
240 CFIndex numTracks;
249 numTracks = CFArrayGetCount (trackArray);
251 for(trackIndex = 0; trackIndex < numTracks; trackIndex++) {
268 int idx = theCD->numtracks++;
287 theCD->track[theCD->numtracks-1].length =
288 value - theCD->track[theCD->numtracks-1].offset;
291 theCD->track[theCD->numtracks].offset = value;
315 int ListTrackFiles (FSVolumeRefNum theVolume, FSRef *trackFiles, int numTracks)
372 if (trackID < numTracks)