Searched refs:crc32 (Results 1 - 3 of 3) sorted by relevance

/build/tools/zipalign/
H A DZipFile.cpp651 *pCRC32 = crc32(0L, Z_NULL, 0);
660 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
681 *pCRC32 = crc32(0L, Z_NULL, 0);
683 *pCRC32 = crc32(*pCRC32, (const unsigned char*)data, size);
708 *pCRC32 = crc32(0L, Z_NULL, 0);
724 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
791 crc = crc32(0L, Z_NULL, 0);
821 crc = crc32(crc, inBuf, getSize);
H A DZipEntry.h180 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
H A DZipEntry.cpp259 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32, argument
263 mCDE.mCRC32 = crc32;
512 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
681 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",

Completed in 79 milliseconds