Home
last modified time | relevance | path

Searched defs:UpdateCRC (Results 1 – 3 of 3) sorted by relevance

/external/zopfli/src/zopfli/
Dgzip_container.c56 static unsigned long UpdateCRC(unsigned long crc, in UpdateCRC() function
/external/google-breakpad/src/common/mac/
Dmacho_id.cc87 void MachoID::UpdateCRC(unsigned char *bytes, size_t size) { in UpdateCRC() function in MacFileUtilities::MachoID
/external/clang/lib/AST/
DMicrosoftMangle.cpp2630 auto UpdateCRC = [&CRC](char Byte) { in mangleStringLiteral() local