Home
last modified time | relevance | path

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

/fatfs-2.7.6/option/
Dffunicode.c31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
/fatfs-2.7.6/
Dff.c1602 DWORD cl, ncl, *tbl; in clmt_clust() local
1606 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
1609 ncl = *tbl++; /* Number of cluters in the fragment */ in clmt_clust()
1612 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()
1614 return cl + *tbl; /* Return the cluster number */ in clmt_clust()
4379 DWORD *tbl; local
4395 tbl = fp->cltbl;
4396 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4409 *tbl++ = ncl; *tbl++ = tcl;
4415 *tbl = 0; /* Terminate table */