Home
last modified time | relevance | path

Searched refs:crc32_combine64 (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h1883 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
1902 # define crc32_combine crc32_combine64
1911 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
H A Dzutil.h177 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
H A Dcrc32.c1021 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { in crc32_combine64() function
1030 return crc32_combine64(crc1, crc2, (z_off64_t)len2); in crc32_combine()
H A Dzconf.h40 # define crc32_combine64 z_crc32_combine64 macro