Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c1619 DWORD cl, ncl, *tbl; in clmt_clust() local
1623 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
1626 ncl = *tbl++; /* Number of cluters in the fragment */ in clmt_clust()
1629 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()
1631 return cl + *tbl; /* Return the cluster number */ in clmt_clust()
4264 DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; local
4279 tbl = fp->cltbl;
4280 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4293 *tbl++ = ncl; *tbl++ = tcl;
4299 *tbl = 0; /* Terminate table */
[all …]
Dffunicode.c35 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument