Home
last modified time | relevance | path

Searched refs:z_crc32 (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.1.9/osfmk/kdp/
H A Dkdp_serial.c63 crc = (uint32_t) z_crc32(0, packet, len); in kdp_serialize_packet()
114 crc = (uint32_t) z_crc32(0, &dsBuffer[0], dsPos); in kdp_unserialize_packet()
/xnu-12377.1.9/libkern/zlib/
H A Ddeflate.c416 s->wrap == 2 ? z_crc32(0L, Z_NULL, 0) : in deflateReset()
608 strm->adler = z_crc32(0L, Z_NULL, 0); in deflate()
644 strm->adler = z_crc32(strm->adler, s->pending_buf, in deflate()
687 strm->adler = z_crc32(strm->adler, s->pending_buf + beg, in deflate()
698 strm->adler = z_crc32(strm->adler, s->pending_buf + beg, in deflate()
716 strm->adler = z_crc32(strm->adler, s->pending_buf + beg, in deflate()
729 strm->adler = z_crc32(strm->adler, s->pending_buf + beg, in deflate()
747 strm->adler = z_crc32(strm->adler, s->pending_buf + beg, in deflate()
760 strm->adler = z_crc32(strm->adler, s->pending_buf + beg, in deflate()
775 strm->adler = z_crc32(0L, Z_NULL, 0); in deflate()
[all …]
H A Dinflate.c402 (state->flags ? z_crc32(check, buf, len) : adler32(check, buf, len))
413 check = z_crc32(check, hbuf, 2); \
422 check = z_crc32(check, hbuf, 4); \
620 state->check = z_crc32(0L, Z_NULL, 0); in inflate()
720 state->check = z_crc32(state->check, next, copy); in inflate()
742 state->check = z_crc32(state->check, next, copy); in inflate()
764 state->check = z_crc32(state->check, next, copy); in inflate()
787 strm->adler = state->check = z_crc32(0L, Z_NULL, 0); in inflate()
H A Dz_crc32.c249 z_crc32(unsigned long crc, const unsigned char FAR *buf, unsigned len) in z_crc32() function
/xnu-12377.1.9/libkern/conf/
H A DMakefile.x86_6414 z_crc32.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32 -Wno-implicit-int-conversion
H A Dfiles72 libkern/zlib/z_crc32.c optional zlib
84 libkern/zlib/z_crc32.c optional zlibc
/xnu-12377.1.9/libkern/libkern/
H A Dzconf.h69 # define crc32 z_crc32
H A Dzlib.h1332 ZEXTERN uLong ZEXPORT z_crc32 OF((uLong crc, const Bytef *buf, uInt len));
/xnu-12377.1.9/osfmk/kdp/output_stages/
H A Dout_zlib.c117 strm->adler = z_crc32(strm->adler, buf, len); in zlib_zinput()
/xnu-12377.1.9/iokit/Kernel/
H A DIOPMrootDomain.cpp12747 strm->adler = z_crc32(strm->adler, buf, len);