Searched refs:ld_dword (Results 1 – 1 of 1) sorted by relevance
589 static DWORD ld_dword (const BYTE* ptr) /* Load a 4-byte little-endian word */ in ld_dword() function1182 …val = ld_dword(fs->win + clst * 4 % SS(fs)) & 0x0FFFFFFF; /* Simple DWORD array but mask out upper… in get_fat()1203 val = ld_dword(fs->win + clst * 4 % SS(fs)) & 0x7FFFFFFF; in get_fat()1267 val = (val & 0x0FFFFFFF) | (ld_dword(fs->win + clst * 4 % SS(fs)) & 0xF0000000); in put_fat()2214 obj->sclust = ld_dword(fs->dirbuf + XDIR_FstClus); /* Start cluster */2737 fno->fsize = ld_dword(dp->dir + DIR_FileSize); /* Size */3056 dp->obj.objsize = ld_dword(fs->dirbuf + XDIR_FileSize);3276 br[i] = pt[PTE_System] ? ld_dword(pt + PTE_StLba) : 0;3307 fs->fsize = ld_dword(fs->win + BPB_FatSzEx); /* Number of sectors per FAT */3315 nclst = ld_dword(fs->win + BPB_NumClusEx); /* Number of clusters */[all …]