Home
last modified time | relevance | path

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

/trusted-firmware-a/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));
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …[6,37,112,123,131,136,142],crash_console_help:[4,53],crash_report:[38,48],crc32:[6,48],crc:6,creat…

Completed in 25 milliseconds