Searched refs:tbl (Results 1 – 2 of 2) sorted by relevance
31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
1651 DWORD *tbl; in clmt_clust() local1655 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()1658 ncl = *tbl++; /* Number of cluters in the fragment */ in clmt_clust()1661 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()1663 return cl + *tbl; /* Return the cluster number */ in clmt_clust()4460 DWORD *tbl; local4476 tbl = fp->cltbl;4477 tlen = *tbl++; ulen = 2; /* Given table size and required table size */4490 *tbl++ = ncl; *tbl++ = tcl;4496 *tbl = 0; /* Terminate table */