Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.mk12 crc32.c \
H A Dtf_gunzip.c114 return (uint32_t)crc32((unsigned long)crc, buf, size); in tf_crc32()
H A Dinflate.c419 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
430 check = crc32(check, hbuf, 2); \
439 check = crc32(check, hbuf, 4); \
632 state->check = crc32(0L, Z_NULL, 0); in inflate()
739 state->check = crc32(state->check, next, copy); in inflate()
761 state->check = crc32(state->check, next, copy); in inflate()
783 state->check = crc32(state->check, next, copy); in inflate()
806 strm->adler = state->check = crc32(0L, Z_NULL, 0); in inflate()
H A Dcrc32.c345 # error Need a 64-bit integer type in order to generate crc32.h. in make_crc_table()
1015 unsigned long ZEXPORT crc32(unsigned long crc, const unsigned char FAR *buf, in crc32() function
H A Dzconf.h38 # define crc32 z_crc32 macro
H A Dzlib.h1749 ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);