Home
last modified time | relevance | path

Searched refs:totalMiB (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/dvdbackup/dvdbackup-0.4.2/src/
H A Ddvdbackup.c817 float totalMiB = (float)(total) / 512.0f; // total size in [MiB] in DVDCopyBlocks() local
906 progressText, doneMiB / totalMiB * 100.0f, doneMiB, totalMiB); in DVDCopyBlocks()