Lines Matching refs:DWORD

53 typedef uint32_t        DWORD;  /* 32-bit unsigned integer */
61 typedef unsigned long DWORD; /* 32-bit unsigned integer */
89 typedef DWORD TCHAR;
112 typedef DWORD FSIZE_t;
144 DWORD last_clst; /* Last allocated cluster */
145 DWORD free_clst; /* Number of free clusters */
148 DWORD cdir; /* Current directory start cluster (0:root) */
150 DWORD cdc_scl; /* Containing directory start cluster (invalid when cdir is 0) */
151 DWORD cdc_size; /* b31-b8:Size of containing directory, b7-b0: Chain status */
152 DWORD cdc_ofs; /* Offset in the containing directory (invalid when cdir is 0) */
155 DWORD n_fatent; /* Number of FAT entries (number of clusters + 2) */
156 DWORD fsize; /* Size of an FAT [sectors] */
157 DWORD volbase; /* Volume base sector */
158 DWORD fatbase; /* FAT base sector */
159 DWORD dirbase; /* Root directory base sector/cluster */
160 DWORD database; /* Data base sector */
162 DWORD bitbase; /* Allocation bitmap base sector */
164 DWORD winsect; /* Current sector appearing in the win[] */
177 DWORD sclust; /* Object data start cluster (0:no cluster or root directory) */
180 DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */
181DWORD n_frag; /* Size of last fragment needs to be written to FAT (valid when not zero) …
182 DWORD c_scl; /* Containing directory start cluster (valid when sclust != 0) */
183DWORD c_size; /* b31-b8:Size of containing directory, b7-b0: Chain status (valid when c_…
184DWORD c_ofs; /* Offset in the containing directory (valid when file object and sclust !…
200 DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */
201 DWORD sect; /* Sector number appearing in buf[] (0:invalid) */
203 DWORD dir_sect; /* Sector number containing the directory entry (not used at exFAT) */
207DWORD* cltbl; /* Pointer to the cluster link map table (nulled on open, set by applicati…
220 DWORD dptr; /* Current read/write offset */
221 DWORD clust; /* Current cluster */
222 DWORD sect; /* Current sector (0:Read operation has terminated) */
226 DWORD blk_ofs; /* Offset of current entry block being processed (0xFFFFFFFF:Invalid) */
302 FRESULT f_getfree (FATFS *fs, DWORD* nclst); /* Get number of free clusters …
303 FRESULT f_getlabel (FATFS *fs, TCHAR* label, DWORD* vsn); /* Get volume label */
309 FRESULT f_mkfs (FATFS *fs, BYTE opt, DWORD au, void* work, UINT len); /* Create a FAT volume */
310 FRESULT f_fdisk (void *pdrv, const DWORD* szt, void* work); /* Divide a physical drive into…
334 DWORD get_fattime (void);
340 WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */
341 DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */