Searched refs:crc32 (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zlib.mk | 12 crc32.c \
|
| H A D | tf_gunzip.c | 114 return (uint32_t)crc32((unsigned long)crc, buf, size); in tf_crc32()
|
| H A D | inflate.c | 419 (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 D | crc32.c | 345 # 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 D | zconf.h | 38 # define crc32 z_crc32 macro
|
| H A D | zlib.h | 1749 ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
|