Searched refs:crc32 (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/lib/zlib/ |
D | zlib.mk | 12 crc32.c \
|
D | tf_gunzip.c | 114 return (uint32_t)crc32((unsigned long)crc, buf, size); in tf_crc32()
|
D | inflate.c | 454 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 465 check = crc32(check, hbuf, 2); \ 474 check = crc32(check, hbuf, 4); \ 670 state->check = crc32(0L, Z_NULL, 0); 777 state->check = crc32(state->check, next, copy); 799 state->check = crc32(state->check, next, copy); 821 state->check = crc32(state->check, next, copy); 844 strm->adler = state->check = crc32(0L, Z_NULL, 0);
|
D | zconf.h | 38 # define crc32 z_crc32 macro
|
D | crc32.c | 318 # error Need a 64-bit integer type in order to generate crc32.h. in make_crc_table() 1072 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
|
D | zlib.h | 1727 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
|