Searched refs:crc32 (Results 1 - 11 of 11) sorted by relevance

/broadcom-cfe-1.4.2/cfe/zlib/
H A DMakefile.riscos18 @.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \
21 LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \
82 o.crc32: c.crc32
83 o.crc32: h.zlib
84 o.crc32: h.zconf
H A DMake_vms.com34 $ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" -
35 crc32.c zlib.h zconf.h
H A DMakefile26 crc32.o: zlib.h zconf.h
H A DMakefile.in41 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
159 crc32.o: zlib.h zconf.h
H A DMakefile.orig41 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
159 crc32.o: zlib.h zconf.h
H A Dzconf.h36 # define crc32 z_crc32 macro
H A Dgzio.c47 uLong crc; /* crc32 of uncompressed data */
100 s->crc = crc32(0L, Z_NULL, 0);
414 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
433 s->crc = crc32(0L, Z_NULL, 0);
439 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
512 s->crc = crc32(s->crc, (const Bytef *)buf, len);
752 s->crc = crc32(0L, Z_NULL, 0);
H A Dcrc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
6 /* @(#) $Id: crc32.c,v 1.1 2001/11/09 01:48:01 mpl Exp $ */
125 * This function can be used by asm versions of crc32()
142 uLong ZEXPORT crc32(crc, buf, len) function
H A Dzlib.h838 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
846 uLong crc = crc32(0L, Z_NULL, 0);
849 crc = crc32(crc, buffer, length);
/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dswapflashimage.c81 crc32(const unsigned char *databuf, unsigned int datalen) function
137 calccrc = crc32(code,size);
266 crc = crc32(flashcode,flashsize);
H A Dmkflashimage.c106 crc32(const unsigned char *databuf, unsigned int datalen) function
313 crc = crc32(flashcode,flashsize);

Completed in 43 milliseconds