Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/zlib/
A Dzlib.mk12 crc32.c \
A Dtf_gunzip.c114 return (uint32_t)crc32((unsigned long)crc, buf, size); in tf_crc32()
A Dinflate.c451 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
462 check = crc32(check, hbuf, 2); \
471 check = crc32(check, hbuf, 4); \
667 state->check = crc32(0L, Z_NULL, 0);
769 state->check = crc32(state->check, next, copy);
790 state->check = crc32(state->check, next, copy);
811 state->check = crc32(state->check, next, copy);
833 strm->adler = state->check = crc32(0L, Z_NULL, 0);
A Dcrc32.c237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
A Dzconf.h38 # define crc32 z_crc32 macro
A Dzlib.h1725 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));

Completed in 11 milliseconds