HomeSort by relevance Sort by last modified time
    Searched refs:UpdateCRC (Results 1 - 3 of 3) sorted by null

  /external/zopfli/src/zopfli/
gzip_container.c 56 static unsigned long UpdateCRC(unsigned long crc,
71 return UpdateCRC(0L, buf, len);
  /external/google-breakpad/src/common/mac/
macho_id.h 85 void UpdateCRC(unsigned char *bytes, size_t size);
macho_id.cc 87 void MachoID::UpdateCRC(unsigned char *bytes, size_t size) {
218 update_function_ = &MachoID::UpdateCRC;

Completed in 45 milliseconds