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

/vbox/src/VBox/Devices/Storage/
H A DATAPIPassthrough.cpp252 int64_t iLbaNext = atapiMSF2LBA(&pbCueSheetEntry[5+8]); local
253 pTrack->cSectors = iLbaNext - pTrack->iLbaStart;
347 int64_t iLbaNext; local
350 iLbaNext = atapiMSF2LBA(&pbBuf[4+8]);
352 iLbaNext = atapiBE2H_U32(&pbBuf[4+8]);
354 pTrack->cSectors = iLbaNext - pTrack->iLbaStart;

Completed in 43 milliseconds