Searched refs:szt (Results 1 – 2 of 2) sorted by relevance
311 FRESULT f_fdisk (BYTE pdrv, const DWORD* szt, void* work); /* Divide a physical drive into some p…
6003 const DWORD* szt, /* Pointer to the size table for each partitions */ argument6043 …p_cyl = (szt[i] <= 100U) ? (DWORD)tot_cyl * szt[i] / 100 : szt[i] / sz_cyl; /* Number of cylinders…