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