MCPcopy Create free account
hub / github.com/F-Stack/f-stack / crc32

Function crc32

freebsd/contrib/zlib/crc32.c:237–243  ·  view source on GitHub ↗

========================================================================= */

(crc, buf, len)

Source from the content-addressed store, hash-verified

235
236/* ========================================================================= */
237unsigned long ZEXPORT crc32(crc, buf, len)
238 unsigned long crc;
239 const unsigned char FAR *buf;
240 uInt len;
241{
242 return crc32_z(crc, buf, len);
243}
244
245#ifdef BYFOUR
246

Callers 7

inflate.cFile · 0.70
deflate.cFile · 0.70
deflateFunction · 0.70
ifFunction · 0.70
efi_crc32Function · 0.50
zstd_zlibwrapper.cFile · 0.50
xz_dec_test_writeFunction · 0.50

Calls 1

crc32_zFunction · 0.85

Tested by 1

xz_dec_test_writeFunction · 0.40