Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/lib/zlib/
Dzlib.mk12 crc32.c \
Dtf_gunzip.c114 return (uint32_t)crc32((unsigned long)crc, buf, size); in tf_crc32()
Dinflate.c454 (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);
Dzconf.h38 # define crc32 z_crc32 macro
Dcrc32.c318 # 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
Dzlib.h1727 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));