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

  /external/quake/quake/src/QW/client/
crc.c 30 #define CRC_XOR_VALUE 0x0000
80 return crcvalue ^ CRC_XOR_VALUE;
  /external/quake/quake/src/WinQuake/
crc.cpp 30 #define CRC_XOR_VALUE 0x0000
80 return crcvalue ^ CRC_XOR_VALUE;

Completed in 289 milliseconds