Searched refs:nCurrentSectorCount (Results 1 – 2 of 2) sorted by relevance
737 uint32_t nCurrentSectorCount; in partitionSetSize() local753 nCurrentSectorCount = ftell(pFile) / g_nSectorSize; in partitionSetSize()755 if (nNewSectorCount > nCurrentSectorCount) in partitionSetSize()763 nAddedBytesCount = (nNewSectorCount-nCurrentSectorCount)*g_nSectorSize; in partitionSetSize()773 else if (nNewSectorCount < nCurrentSectorCount) in partitionSetSize()
855 uint32_t nCurrentSectorCount; in partitionSetSize() local871 nCurrentSectorCount = ftell(pFile) / g_nSectorSize; in partitionSetSize()873 if (nNewSectorCount > nCurrentSectorCount) in partitionSetSize()881 nAddedBytesCount = (nNewSectorCount-nCurrentSectorCount)*g_nSectorSize; in partitionSetSize()891 else if (nNewSectorCount < nCurrentSectorCount) in partitionSetSize()