Home
last modified time | relevance | path

Searched refs:crc2 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/zmod/
H A Dcrc32.c375 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() argument
377 uLong crc2;
426 crc1 ^= crc2;
H A Dzlib.h1303 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));