Searched refs:CRC32_INIT_VALUE (Results 1 – 2 of 2) sorted by relevance
707 #define CRC32_INIT_VALUE 0xffffffff /* Initial CRC32 checksum value */ macro
1534 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()