Searched defs:UpdateCRC (Results 1 – 3 of 3) sorted by relevance
56 static unsigned long UpdateCRC(unsigned long crc, in UpdateCRC() function
87 void MachoID::UpdateCRC(unsigned char *bytes, size_t size) { in UpdateCRC() function in MacFileUtilities::MachoID
2630 auto UpdateCRC = [&CRC](char Byte) { in mangleStringLiteral() local