HomeSort by relevance Sort by last modified time
    Searched refs:CRC_XOR_VALUE (Results 1 - 3 of 3) 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;
  /gdk/samples/quake/jni/
crc.cpp 30 #define CRC_XOR_VALUE 0x0000
80 return crcvalue ^ CRC_XOR_VALUE;

Completed in 51 milliseconds