Home
last modified time | relevance | path

Searched refs:crcValue (Results 1 – 3 of 3) sorted by relevance

/external/aac/libFDK/src/
DFDK_crc.cpp245 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()
/external/quake/quake/src/WinQuake/
Dnet_ser.cpp84 unsigned short crcValue; member
237 CRC_Init(&p->crcValue); in ProcessInQueue()
238 CRC_ProcessByte(&p->crcValue, b); in ProcessInQueue()
272 CRC_ProcessByte(&p->crcValue, b); in ProcessInQueue()
281 CRC_ProcessByte(&p->crcValue, b); in ProcessInQueue()
287 CRC_ProcessByte(&p->crcValue, b); in ProcessInQueue()
312 CRC_ProcessByte(&p->crcValue, b); in ProcessInQueue()
324 if (p->crcStated == CRC_Value(p->crcValue)) in ProcessInQueue()
/external/aac/libFDK/include/
DFDK_crc.h130 USHORT crcValue; /*!< Crc value to be calculated. */ member