HomeSort by relevance Sort by last modified time
    Searched refs:crcValue (Results 1 - 6 of 6) sorted by null

  /external/aac/libFDK/include/
FDK_crc.h 130 USHORT crcValue; /*!< Crc value to be calculated. */
  /external/quake/quake/src/WinQuake/
net_ser.cpp 84 unsigned short crcValue;
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))
  /external/aac/libFDK/src/
FDK_crc.cpp 245 hCrcInfo->crcValue = hCrcInfo->startValue;
304 return ( hCrcInfo->crcValue & (((hCrcInfo->crcMask-1)<<1)+1) );
409 USHORT crc = hCrcInfo->crcValue;
457 hCrcInfo->crcValue = crc;
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 385 milliseconds