Searched refs:crctable (Results 1 – 8 of 8) sorted by relevance
32 static unsigned short crctable[256] = variable75 *crcvalue = (*crcvalue << 8) ^ crctable[(*crcvalue >> 8) ^ data]; in CRC_ProcessByte()89 crc = (crc << 8) ^ crctable[(crc >> 8) ^ *start++]; in CRC_Block()
31 crctable.o \50 crctable.o: crctable.c51 $(CC) $(CFLAGS) -c crctable.c
32 crctable.o \121 crctable.o: crctable.c122 $(CC) $(CFLAGS) -c crctable.c147 $(DISTNAME)/crctable.c \
25 crctable.c \
11 crctable.obj \
111 SOURCE=.\crctable.c
32 static unsigned short crctable[256] = variable75 *crcvalue = (*crcvalue << 8) ^ crctable[(*crcvalue >> 8) ^ data]; in CRC_ProcessByte()
1244 …con_totallinescon_debuglogD:\Work\quake source\WinQuake\crc.c"crc.h"crctableunsigned short %[…