Searched refs:CRC_XOR_VALUE (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcrc.c30 #define CRC_XOR_VALUE 0x0000 macro
80 return crcvalue ^ CRC_XOR_VALUE;
/external/quake/quake/src/WinQuake/
H A Dcrc.cpp30 #define CRC_XOR_VALUE 0x0000 macro
80 return crcvalue ^ CRC_XOR_VALUE;

Completed in 37 milliseconds