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

  /external/quake/quake/src/WinQuake/
crc.h 24 unsigned short CRC_Value(unsigned short crcvalue);
net_ser.cpp 324 if (p->crcStated == CRC_Value(p->crcValue))
459 b = CRC_Value (crc) >> 8;
463 b = CRC_Value (crc) & 0xff;
551 b = CRC_Value (crc) >> 8;
555 b = CRC_Value (crc) & 0xff;
592 b = CRC_Value (crc) >> 8;
596 b = CRC_Value (crc) & 0xff;
647 b = CRC_Value (crc) >> 8;
651 b = CRC_Value (crc) & 0xff;
crc.cpp 78 unsigned short CRC_Value(unsigned short crcvalue)
  /gdk/samples/quake/jni/
crc.h 24 unsigned short CRC_Value(unsigned short crcvalue);
crc.cpp 78 unsigned short CRC_Value(unsigned short crcvalue)
  /external/quake/quake/src/QW/client/
crc.h 24 unsigned short CRC_Value(unsigned short crcvalue);
crc.c 78 unsigned short CRC_Value(unsigned short crcvalue)

Completed in 177 milliseconds