Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c635 static QWORD ld_qword (const BYTE* ptr) /* Load an 8-byte little-endian word */ in ld_qword() function
2156 obj->objsize = ld_qword(fs->dirbuf + XDIR_FileSize); /* Size */
2630 fno->fsize = (fno->fattrib & AM_DIR) ? 0 : ld_qword(fs->dirbuf + XDIR_FileSize); /* Size */
3300 pt_lba = ld_qword(fs->win + GPTH_PtOfs); /* Table location */
3306 fmt = check_fs(fs, ld_qword(fs->win + ofs + GPTE_FstLba)); /* Load VBR and check status */
3410 maxlba = ld_qword(fs->win + BPB_TotSecEx) + bsect; /* Last LBA of the volume + 1 */
5876 pt_lba = ld_qword(buf + GPTH_PtOfs); /* Table start sector */
5881 b_vol = ld_qword(buf + ofs + GPTE_FstLba);
5882 sz_vol = ld_qword(buf + ofs + GPTE_LstLba) - b_vol + 1;