Searched refs:tbl (Results 1 – 2 of 2) sorted by relevance
31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
1602 DWORD cl, ncl, *tbl; in clmt_clust() local1606 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()1609 ncl = *tbl++; /* Number of cluters in the fragment */ in clmt_clust()1612 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()1614 return cl + *tbl; /* Return the cluster number */ in clmt_clust()4379 DWORD *tbl; local4395 tbl = fp->cltbl;4396 tlen = *tbl++; ulen = 2; /* Given table size and required table size */4409 *tbl++ = ncl; *tbl++ = tcl;4415 *tbl = 0; /* Terminate table */