Home | History | Annotate | Download | only in analysis

Lines Matching refs:adler32

74  * file, it's the modification date of the file and the Adler32 from the
1014 * 4b CRC-32 from Zip entry, or Adler32 from source DEX header
1411 adler = adler32(0L, Z_NULL, 0);
1422 adler = adler32(adler, readBuf, actual);
1441 uLong adler = adler32(0L, Z_NULL, 0);
1444 adler = adler32(adler, addr + nonSum, len - nonSum);