Searched defs:clust_num (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/fs/fat/
H A Dfat.c32 static uint32_t get_next_cluster(struct fs_info *fs, uint32_t clust_num) argument
42 offset = clust_num + (clust_num >> 1);
60 if (clust_num & 0x0001)
67 offset = clust_num << 1;
75 offset = clust_num << 2;

Completed in 120 milliseconds