Home
last modified time | relevance | path

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

/fatfs-latest/option/
Dffunicode.c31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
/fatfs-latest/
Dff.c1651 DWORD *tbl; in clmt_clust() local
1655 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
1658 ncl = *tbl++; /* Number of cluters in the fragment */ in clmt_clust()
1661 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()
1663 return cl + *tbl; /* Return the cluster number */ in clmt_clust()
4460 DWORD *tbl; local
4476 tbl = fp->cltbl;
4477 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4490 *tbl++ = ncl; *tbl++ = tcl;
4496 *tbl = 0; /* Terminate table */