Searched refs:tbl (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/fatfs/src/ |
D | ff.c | 1619 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 …]
|
D | ffunicode.c | 35 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
|