Searched refs:TmpVal1 (Results 1 – 3 of 3) sorted by relevance
251 ULONG TmpVal1; in Fat12Format() local317 TmpVal1 = SectorCount - (BootSector.ReservedSectors + RootDirSectors); in Fat12Format()319 TmpVal3 = (TmpVal1 + (TmpVal2 - 1)) / TmpVal2; in Fat12Format()
250 ULONG TmpVal1; in Fat16Format() local326 TmpVal1 = SectorCount - (BootSector.ReservedSectors + RootDirSectors); in Fat16Format()328 TmpVal3 = (TmpVal1 + (TmpVal2 - 1)) / TmpVal2; in Fat16Format()
396 ULONG TmpVal1; in Fat32Format() local473 TmpVal1 = BootSector.SectorsHuge - BootSector.ReservedSectors; in Fat32Format()475 BootSector.FATSectors32 = (TmpVal1 + (TmpVal2 - 1)) / TmpVal2; in Fat32Format()