crc32             164 modules/file_shelter.c             crc32(buf, r, crc);
crc32             192 modules/file_shelter.c             crc32(buf, r, crc);
crc32             625 modules/file_shelter.c         crc32(storptr, fh->size, &fh->crc); // fh->crc is set to zero prior to this
crc32             739 modules/file_shelter.c                 crc32(fd, fh->size, &crc); // crc is set to zero prior to this
crc32             887 modules/file_shelter.c                 crc32(starea, stmax, &crc);
crc32             905 modules/file_shelter.c                 crc32(starea, stmax, &crc);
crc32             939 modules/file_shelter.c                 crc32(starea, stmax, &stcrc);
crc32             124 modules/firmware_crc.c                     crc32(blocks[b].start,blocks[b].size,&fw_crc);
crc32             381 tools/packfi2/deflate.c         s->wrap == 2 ? crc32(0L, Z_NULL, 0) :
crc32             580 tools/packfi2/deflate.c             strm->adler = crc32(0L, Z_NULL, 0);
crc32             616 tools/packfi2/deflate.c                     strm->adler = crc32(strm->adler, s->pending_buf,
crc32             659 tools/packfi2/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             670 tools/packfi2/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             688 tools/packfi2/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             701 tools/packfi2/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             719 tools/packfi2/deflate.c                         strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             732 tools/packfi2/deflate.c                 strm->adler = crc32(strm->adler, s->pending_buf + beg,
crc32             747 tools/packfi2/deflate.c                 strm->adler = crc32(0L, Z_NULL, 0);
crc32             973 tools/packfi2/deflate.c         strm->adler = crc32(strm->adler, strm->next_in, len);
crc32            1285 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));