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