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);
1459 INT crcLen = payloadbits - 10; in sbrDecoder_Parse() local1461 fDoDecodeSbrData = SbrCrcCheck(hBs, crcLen); in sbrDecoder_Parse()1462 FDKpushFor(hBs, crcLen); in sbrDecoder_Parse()