Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h1902 # define crc32_combine crc32_combine64 macro
1920 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
1927 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
H A Dzconf.h39 # define crc32_combine z_crc32_combine macro
H A Dcrc32.c1029 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() function