Home
last modified time | relevance | path

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

/include/
A Dfat.h76 + (mydata->fatsize != 32 ? 0 : \
78 #define IS_LAST_CLUST(x, fatsize) ((x) >= ((fatsize) != 32 ? \ argument
79 ((fatsize) != 16 ? 0xff8 : 0xfff8) : \
81 #define CHECK_CLUST(x, fatsize) ((x) <= 1 || \ argument
82 (x) >= ((fatsize) != 32 ? \
83 ((fatsize) != 16 ? 0xff0 : 0xfff0) : \
165 int fatsize; /* Size of FAT in bits */ member

Completed in 3 milliseconds