Searched refs:crcLen (Results 1 – 3 of 3) sorted by relevance
229 const UINT crcStartValue, const UINT crcLen) { in FDKcrcInit() argument236 hCrcInfo->crcLen = crcLen; in FDKcrcInit()239 hCrcInfo->crcMask = (crcLen) ? (1 << (crcLen - 1)) : 0; in FDKcrcInit()246 if (hCrcInfo->crcLen == 16) { in FDKcrcInit()
134 UCHAR crcLen; /*!< CRC length. */ member163 const UINT crcStartValue, const UINT crcLen);
1142 UINT crcLen; in sbrDecoder_Parse() local1287 crcLen = 8; in sbrDecoder_Parse()1292 crcLen = 10; in sbrDecoder_Parse()1296 sbrCrc = (USHORT)FDKreadBits(hBs, crcLen); in sbrDecoder_Parse()1298 FDKcrcInit(&crcInfo, crcPoly, crcStartValue, crcLen); in sbrDecoder_Parse()