Searched refs:adler32 (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/libkern/libkern/ |
| H A D | mkext.h | 82 uint32_t adler32; \ 99 #define MKEXT_GET_CHECKSUM(hdr) (MKEXT_SWAP(MKEXT_HDR_CAST(hdr)->adler32))
|
| H A D | zconf.h | 68 # define adler32 z_adler32 macro
|
| H A D | zlib.h | 1307 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
|
| /xnu-8019.80.24/libkern/zlib/ |
| H A D | inflate.c | 402 (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 D | adler32.c | 91 adler32(uLong adler, const Bytef *buf, uInt len) in adler32() function
|
| H A D | deflate.c | 350 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-8019.80.24/libkern/conf/ |
| H A D | files | 68 libkern/zlib/adler32.c optional zlib 80 libkern/zlib/adler32.c optional zlibc
|
| H A D | Makefile.template | 108 adler32.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IONVRAM.cpp | 1158 adler32(const UInt8 *buffer, size_t length) in adler32() function 1204 return adler32(buf + offset, len - offset); in adler32_with_version()
|