Searched refs:nCRC2 (Results 1 – 1 of 1) sorted by relevance
102 sal_uInt32 nCRC2 = 0; in rtl_crc32_003() local106 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in rtl_crc32_003()108 CPPUNIT_ASSERT_MESSAGE("checksum should differ for buf1 and buf2", nCRC1 != nCRC2); in rtl_crc32_003()122 sal_uInt32 nCRC2 = 0; in rtl_crc32_003_1() local126 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in rtl_crc32_003_1()128 CPPUNIT_ASSERT_MESSAGE("checksum leave it's bounds", nCRC1 == nCRC2); in rtl_crc32_003_1()142 sal_uInt32 nCRC2 = 0; in rtl_crc32_003_2() local146 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in rtl_crc32_003_2()148 CPPUNIT_ASSERT_MESSAGE("checksum should differ", nCRC1 != nCRC2); in rtl_crc32_003_2()
Completed in 7 milliseconds