Home
last modified time | relevance | path

Searched refs:crctable (Results 1 – 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
Dcrc.c32 static unsigned short crctable[256] = variable
75 *crcvalue = (*crcvalue << 8) ^ crctable[(*crcvalue >> 8) ^ data]; in CRC_ProcessByte()
89 crc = (crc << 8) ^ crctable[(crc >> 8) ^ *start++]; in CRC_Block()
/external/bzip2/
DMakefile-libbz2_so31 crctable.o \
50 crctable.o: crctable.c
51 $(CC) $(CFLAGS) -c crctable.c
DMakefile32 crctable.o \
121 crctable.o: crctable.c
122 $(CC) $(CFLAGS) -c crctable.c
147 $(DISTNAME)/crctable.c \
DAndroid.mk25 crctable.c \
Dmakefile.msc11 crctable.obj \
Dlibbz2.dsp111 SOURCE=.\crctable.c
/external/quake/quake/src/WinQuake/
Dcrc.cpp32 static unsigned short crctable[256] = variable
75 *crcvalue = (*crcvalue << 8) ^ crctable[(*crcvalue >> 8) ^ data]; in CRC_ProcessByte()
DWinQuake.ncb1244 …con_totallines�con_debuglog�D:\Work\quake source\WinQuake\crc.c�"crc.h"�crctable�unsigned short %[…