Searched defs:crc32 (Results 1 – 6 of 6) sorted by relevance
84 uint32 crc32; member
178 uint32 crc32 = files_[i].crc32; in WriteDirectory() local
242 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32, in setDataInfo()
50 int crc32; member
220 unsigned long crc32; in createFromCompressedFile() local
971 uint32_t MPEG2TSWriter::crc32(const uint8_t *p_start, size_t length) { in crc32() function in android::MPEG2TSWriter