Searched defs:crcValue (Results 1 - 2 of 2) sorted by relevance

/external/aac/libFDK/include/
H A DFDK_crc.h130 USHORT crcValue; /*!< Crc value to be calculated. */ member in struct:__anon142
/external/quake/quake/src/WinQuake/
H A Dnet_ser.cpp84 unsigned short crcValue; member in struct:SerialLine_s
237 CRC_Init(&p->crcValue);
238 CRC_ProcessByte(&p->crcValue, b);
272 CRC_ProcessByte(&p->crcValue, b);
281 CRC_ProcessByte(&p->crcValue, b);
287 CRC_ProcessByte(&p->crcValue, b);
312 CRC_ProcessByte(&p->crcValue, b);
324 if (p->crcStated == CRC_Value(p->crcValue))

Completed in 97 milliseconds