Home
last modified time | relevance | path

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

/reactos/sdk/lib/fslib/vfatlib/
H A Dfat12.c251 ULONG TmpVal1; in Fat12Format() local
317 TmpVal1 = SectorCount - (BootSector.ReservedSectors + RootDirSectors); in Fat12Format()
319 TmpVal3 = (TmpVal1 + (TmpVal2 - 1)) / TmpVal2; in Fat12Format()
H A Dfat16.c250 ULONG TmpVal1; in Fat16Format() local
326 TmpVal1 = SectorCount - (BootSector.ReservedSectors + RootDirSectors); in Fat16Format()
328 TmpVal3 = (TmpVal1 + (TmpVal2 - 1)) / TmpVal2; in Fat16Format()
H A Dfat32.c396 ULONG TmpVal1; in Fat32Format() local
473 TmpVal1 = BootSector.SectorsHuge - BootSector.ReservedSectors; in Fat32Format()
475 BootSector.FATSectors32 = (TmpVal1 + (TmpVal2 - 1)) / TmpVal2; in Fat32Format()