Lines Matching refs:st_qword
667 static void st_qword (BYTE* ptr, QWORD val) /* Store an 8-byte word in little-endian */ in st_qword() function
2467 st_qword(fs->dirbuf + XDIR_FileSize, dp->obj.objsize);
2468 st_qword(fs->dirbuf + XDIR_ValidFileSize, dp->obj.objsize);
4108 st_qword(fs->dirbuf + XDIR_FileSize, fp->obj.objsize); /* Update file size */
4109 …st_qword(fs->dirbuf + XDIR_ValidFileSize, fp->obj.objsize); /* (FatFs does not support Valid File …
5714 st_qword(buf + ofs + GPTE_FstLba, nxt_alloc); /* Set partition start sector */
5715 st_qword(buf + ofs + GPTE_LstLba, nxt_alloc + sz_part - 1); /* Set partition end sector */
5729 st_qword(buf + GPTH_CurLba, 1); /* LBA of this header */
5730 st_qword(buf + GPTH_BakLba, sz_drv - 1); /* LBA of secondary header */
5731 st_qword(buf + GPTH_FstLba, 2 + sz_ptbl); /* LBA of first allocatable sector */
5732 st_qword(buf + GPTH_LstLba, top_bpt - 1); /* LBA of last allocatable sector */
5742 st_qword(buf + GPTH_CurLba, sz_drv - 1); /* LBA of this header */
5743 st_qword(buf + GPTH_BakLba, 1); /* LBA of primary header */
5744 st_qword(buf + GPTH_PtOfs, top_bpt); /* LBA of this table */
6061 st_qword(buf + BPB_VolOfsEx, b_vol); /* Volume offset in the physical drive [sector] */
6062 st_qword(buf + BPB_TotSecEx, sz_vol); /* Volume size [sector] */