adler32
strm->adler = adler32(0L, Z_NULL, 0);
strm->adler = adler32(strm->adler, buf, len);
strm->adler = adler32(strm->adler, dictionary, dictLength);
adler32(0L, Z_NULL, 0);
dictid = adler32(0L, Z_NULL, 0);
dictid = adler32(dictid, dictionary, dictLength);
(state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
# define UPDATE_CHECK(check, buf, len) adler32(check, buf, len)
strm->adler = state->check = adler32(0L, Z_NULL, 0);
strm->adler = state->check = adler32(0L, Z_NULL, 0);
ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
csum = adler32(0, bp->b_data, bios_cksumlen * DEV_BSIZE);
bdi->checksum = adler32(bdi->checksum, buf, DEV_BSIZE);
bdi->checksum = adler32(bdi->checksum, buf, DEV_BSIZE);
csum = adler32(0, bp->b_data, bios_cksumlen * DEV_BSIZE);
bdi->checksum = adler32(bdi->checksum, buf, DEV_BSIZE);
strm->adler = adler32(0L, Z_NULL, 0);
strm->adler = adler32(strm->adler, buf, len);
strm->adler = adler32(strm->adler, dictionary, dictLength);
adler32(0L, Z_NULL, 0);
dictid = adler32(0L, Z_NULL, 0);
dictid = adler32(dictid, dictionary, dictLength);
(state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
# define UPDATE_CHECK(check, buf, len) adler32(check, buf, len)
strm->adler = state->check = adler32(0L, Z_NULL, 0);
strm->adler = state->check = adler32(0L, Z_NULL, 0);
ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);