OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcrcComputeString
(Results
1 - 4
of
4
) sorted by null
/external/srec/portable/include/
pcrc.h
50
PORTABLE_API unsigned int
pcrcComputeString
(const LCHAR *str);
/external/srec/portable/src/
pcrc.c
153
unsigned int
pcrcComputeString
(const LCHAR *str)
pmemory.c
177
unsigned int crc = ~
pcrcComputeString
(key);
494
crc = ~
pcrcComputeString
(e->tag);
506
crc = ~
pcrcComputeString
(e->tag);
phashtable.c
71
return ~
pcrcComputeString
(key);
Completed in 90 milliseconds