Lines Matching refs:tcl
4068 DWORD cl, pcl, ncl, tcl, tlen, ulen;
4086 tcl = cl; ncl = 0; ulen += 2; /* Top, length and used items */
4094 *tbl++ = ncl; *tbl++ = tcl;
4529 DWORD n, tcl, val, count, fclust = 0, last_clust;
4541 tcl = (DWORD)(length / n) + ((length & (n - 1)) ? 1 : 0); /* Number of clusters required */
4549 if (count == tcl)
5327 DWORD n, clst, stcl, scl, ncl, tcl, lclst, count, fclust = 0;
5344 tcl = (DWORD)(exsz / n) + ((exsz & (n - 1)) ? 1 : 0); /* Number of clusters required */
5364 if (++ncl == tcl) { /* Link the mark of the end of chain */
5393 if (++ncl == tcl) { /* Link the mark of the end of chain */
5419 fs->free_clst -= tcl;
5437 fs->free_clst -= tcl;
5439 PARENTFS(fs)->free_clst -= tcl;
5444 fs->free_clst -= tcl;
6907 DWORD val = 0, tcl, clust_size;
6912 tcl = (DWORD)(dir_info->fno.fsize / clust_size) + ((dir_info->fno.fsize & (clust_size - 1)) ? 1 : 0); /* Number of clusters required */
6923 val = get_fat(&(dir_info->f_dir.obj), dir_info->fno.sclst + tcl - 1);
6938 res = remove_chain(&(dir_info->f_dir.obj), val, dir_info->fno.sclst + tcl - 1);