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

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp351 uint64 tmpVal1 = dskSize - (reservedSectorCount + rootDirSectors); local
355 uint32 FATSize = (tmpVal1 + (tmpVal2 - 1)) / tmpVal2;

Completed in 26 milliseconds