OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crctable
(Results
1 - 5
of
5
) sorted by null
/external/quake/quake/src/QW/client/
crc.c
32
static unsigned short
crctable
[256] =
variable
75
*crcvalue = (*crcvalue << 8) ^
crctable
[(*crcvalue >> 8) ^ data];
89
crc = (crc << 8) ^
crctable
[(crc >> 8) ^ *start++];
/external/bzip2/
Android.mk
25
crctable
.c \
Makefile
32
crctable
.o \
121
crctable
.o:
crctable
.c
122
$(CC) $(CFLAGS) -c
crctable
.c
147
$(DISTNAME)/
crctable
.c \
/external/quake/quake/src/WinQuake/
crc.cpp
32
static unsigned short
crctable
[256] =
variable
75
*crcvalue = (*crcvalue << 8) ^
crctable
[(*crcvalue >> 8) ^ data];
/gdk/samples/quake/jni/
crc.cpp
32
static unsigned short
crctable
[256] =
variable
75
*crcvalue = (*crcvalue << 8) ^
crctable
[(*crcvalue >> 8) ^ data];
Completed in 58 milliseconds