Searched refs:z_crc32 (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.1.9/osfmk/kdp/ |
| H A D | kdp_serial.c | 63 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 D | deflate.c | 416 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 D | inflate.c | 402 (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 D | z_crc32.c | 249 z_crc32(unsigned long crc, const unsigned char FAR *buf, unsigned len) in z_crc32() function
|
| /xnu-12377.1.9/libkern/conf/ |
| H A D | Makefile.x86_64 | 14 z_crc32.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32 -Wno-implicit-int-conversion
|
| H A D | files | 72 libkern/zlib/z_crc32.c optional zlib 84 libkern/zlib/z_crc32.c optional zlibc
|
| /xnu-12377.1.9/libkern/libkern/ |
| H A D | zconf.h | 69 # define crc32 z_crc32
|
| H A D | zlib.h | 1332 ZEXTERN uLong ZEXPORT z_crc32 OF((uLong crc, const Bytef *buf, uInt len));
|
| /xnu-12377.1.9/osfmk/kdp/output_stages/ |
| H A D | out_zlib.c | 117 strm->adler = z_crc32(strm->adler, buf, len); in zlib_zinput()
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12747 strm->adler = z_crc32(strm->adler, buf, len);
|