Searched refs:crcState (Results 1 – 2 of 2) sorted by relevance
124 USHORT flag = (hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0; in calcCRC()128 hCrcBuf->crcState <<= 1; in calcCRC()129 if (flag) hCrcBuf->crcState ^= hCrcBuf->crcPoly; in calcCRC()132 return (hCrcBuf->crcState); in calcCRC()142 CrcBuf.crcState = SBR_CRC_START; in getCrc()159 return (CrcBuf.crcState & SBR_CRC_RANGE); in getCrc()
129 USHORT crcState; member