Home
last modified time | relevance | path

Searched refs:crc32_combine (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/lib/zlib/
Dzlib.h1883 # define crc32_combine crc32_combine64 macro
1901 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
1908 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
Dzconf.h39 # define crc32_combine z_crc32_combine macro
Dcrc32.c1029 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() function