Searched refs:crcValue (Results 1 – 2 of 2) sorted by relevance
268 hCrcInfo->crcValue = hCrcInfo->startValue; in FDKcrcReset()318 return (hCrcInfo->crcValue & (((hCrcInfo->crcMask - 1) << 1) + 1)); in FDKcrcGetCRC()428 USHORT crc = hCrcInfo->crcValue; in crcCalc()478 hCrcInfo->crcValue = crc; in crcCalc()
139 USHORT crcValue; /*!< Crc value to be calculated. */ member