Searched refs:nBitsTsdCW (Results 1 – 1 of 1) sorted by relevance
237 int nBitsTsdCW = (int)nBitsTsdCW_tab[bsTsdNumTrSlots]; in TsdRead() local251 if (nBitsTsdCW > h * 16) { in TsdRead()252 s[h] = (USHORT)FDKreadBits(hBs, nBitsTsdCW - h * 16); in TsdRead()253 nBitsTsdCW = h * 16; in TsdRead()