Searched refs:pcrcComputeString (Results 1 - 4 of 4) sorted by relevance

/external/srec/portable/include/
H A Dpcrc.h50 PORTABLE_API unsigned int pcrcComputeString(const LCHAR *str);
/external/srec/portable/src/
H A Dpcrc.c153 unsigned int pcrcComputeString(const LCHAR *str) function
H A Dpmemory.c177 unsigned int crc = ~pcrcComputeString(key);
494 crc = ~pcrcComputeString(e->tag);
506 crc = ~pcrcComputeString(e->tag);
H A Dphashtable.c71 return ~pcrcComputeString(key);

Completed in 172 milliseconds