OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRC_Block
(Results
1 - 5
of
5
) sorted by null
/external/quake/quake/src/QW/client/
crc.h
25
unsigned short
CRC_Block
(byte *start, int count);
crc.c
83
unsigned short
CRC_Block
(byte *start, int count)
common.c
1677
crc =
CRC_Block
((byte *)info, header.dirlen);
[
all
...]
/external/quake/quake/src/QW/server/
sv_init.c
264
crc =
CRC_Block
(buf, com_filesize);
pr_edict.c
976
sprintf (num, "%i",
CRC_Block
((byte *)progs, com_filesize));
Completed in 174 milliseconds