Home
last modified time | relevance | path

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

/external/syslinux/libfat/
Dfatchain.c48 int32_t cluster, nextcluster; in libfat_nextsector() local
82 nextcluster = fsdata[fatoffset & LIBFAT_SECTOR_MASK]; in libfat_nextsector()
90 nextcluster |= fsdata[fatoffset & LIBFAT_SECTOR_MASK] << 8; in libfat_nextsector()
94 nextcluster >>= 4; in libfat_nextsector()
96 nextcluster &= 0x0FFF; in libfat_nextsector()
98 if (nextcluster >= 0x0FF8) in libfat_nextsector()
108 nextcluster = in libfat_nextsector()
111 if (nextcluster >= 0x0FFF8) in libfat_nextsector()
121 nextcluster = in libfat_nextsector()
123 nextcluster &= 0x0FFFFFFF; in libfat_nextsector()
[all …]