Home
last modified time | relevance | path

Searched refs:adler32 (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.121.6/libkern/libkern/
H A Dmkext.h82 uint32_t adler32; \
99 #define MKEXT_GET_CHECKSUM(hdr) (MKEXT_SWAP(MKEXT_HDR_CAST(hdr)->adler32))
H A Dzconf.h68 # define adler32 z_adler32 macro
H A Dzlib.h1307 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
/xnu-11417.121.6/libkern/zlib/
H A Dinflate.c402 (state->flags ? z_crc32(check, buf, len) : adler32(check, buf, len))
404 # define UPDATE(check, buf, len) adler32(check, buf, len)
652 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate()
804 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate()
1228 id = adler32(0L, Z_NULL, 0); in inflateSetDictionary()
1229 id = adler32(id, dictionary, dictLength); in inflateSetDictionary()
H A Dadler32.c91 adler32(uLong adler, const Bytef *buf, uInt len) in adler32() function
H A Ddeflate.c350 strm->adler = adler32(strm->adler, dictionary, dictLength); in deflateSetDictionary()
418 adler32(0L, Z_NULL, 0); in deflateReset()
676 strm->adler = adler32(0L, Z_NULL, 0); in deflate()
994 strm->adler = adler32(strm->adler, strm->next_in, len); in read_buf()
/xnu-11417.121.6/libkern/conf/
H A Dfiles70 libkern/zlib/adler32.c optional zlib
82 libkern/zlib/adler32.c optional zlibc
H A DMakefile.template109 adler32.o_CWARNFLAGS_ADD += -Wno-sign-conversion
/xnu-11417.121.6/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp141 adler32(const uint8_t *buffer, size_t length) in adler32() function
187 return adler32(buf + offset, len - offset); in adler32_with_version()