Home | History | Annotate | Download | only in libdex

Lines Matching refs:checksum

278     SWAP_FIELD4(pHeader->checksum);
2850 * Compute the adler32 checksum and compare it to what's stored in
2859 const int nonSum = sizeof(pHeader->magic) + sizeof(pHeader->checksum);
2861 u4 expectedChecksum = SWAP4(pHeader->checksum);
2867 ALOGE("ERROR: bad checksum (%08lx, expected %08x)",