Searched refs:crc32_combine (Results 1 – 3 of 3) sorted by relevance
1902 # define crc32_combine crc32_combine64 macro1920 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);1927 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
39 # define crc32_combine z_crc32_combine macro
1029 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() function