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

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp352 uint64 tmpVal2 = (256 * sectorPerCluster) + numFATs; local
354 tmpVal2 = tmpVal2 / 2;
355 uint32 FATSize = (tmpVal1 + (tmpVal2 - 1)) / tmpVal2;

Completed in 98 milliseconds