Lines Matching defs:tbl
1373 DWORD *tbl;
1377 tbl = fp->cltbl + 1; /* Top of CLMT */
1380 ncl = *tbl++; /* Number of cluters in the fragment */
1383 cl -= ncl; tbl++; /* Next fragment */
1385 return cl + *tbl; /* Return the cluster number */
4069 DWORD *tbl;
4080 tbl = fp->cltbl;
4081 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4094 *tbl++ = ncl; *tbl++ = tcl;
4100 *tbl = 0; /* Terminate table */