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

/external/quake/quake/src/QW/client/
H A Dcommon.c2239 byte chkb[60 + 4]; local
2245 memcpy (chkb, base, length);
2247 chkb[length] = (sequence & 0xff) ^ p[0];
2248 chkb[length+1] = p[1];
2249 chkb[length+2] = ((sequence>>8) & 0xff) ^ p[2];
2250 chkb[length+3] = p[3];
2254 crc = CRC_Block(chkb, length);

Completed in 158 milliseconds