crc32             111 3rdparty/libpng/png.c    png_ptr->crc = (png_uint_32)crc32(0, Z_NULL, 0);
crc32             152 3rdparty/libpng/png.c          crc = crc32(crc, ptr, safeLength);
crc32             416 3rdparty/zlib/deflate.c         s->wrap == 2 ? crc32(0L, Z_NULL, 0) :
crc32             693 3rdparty/zlib/deflate.c             strm->adler = crc32(0L, Z_NULL, 0);
crc32             729 3rdparty/zlib/deflate.c                     strm->adler = crc32(strm->adler, s->pending_buf,
crc32             772 3rdparty/zlib/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             783 3rdparty/zlib/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             801 3rdparty/zlib/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             814 3rdparty/zlib/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             832 3rdparty/zlib/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             845 3rdparty/zlib/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             860 3rdparty/zlib/deflate.c                 strm->adler = crc32(0L, Z_NULL, 0);
crc32            1094 3rdparty/zlib/deflate.c         strm->adler = crc32(strm->adler, buf, len);
crc32             434 3rdparty/zlib/inflate.c     (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
crc32             445 3rdparty/zlib/inflate.c         check = crc32(check, hbuf, 2); \
crc32             454 3rdparty/zlib/inflate.c         check = crc32(check, hbuf, 4); \
crc32             648 3rdparty/zlib/inflate.c                 state->check = crc32(0L, Z_NULL, 0);
crc32             746 3rdparty/zlib/inflate.c                         state->check = crc32(state->check, next, copy);
crc32             767 3rdparty/zlib/inflate.c                     state->check = crc32(state->check, next, copy);
crc32             788 3rdparty/zlib/inflate.c                     state->check = crc32(state->check, next, copy);
crc32             810 3rdparty/zlib/inflate.c             strm->adler = state->check = crc32(0L, Z_NULL, 0);
crc32            1600 3rdparty/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));