Searched refs:nCRC1 (Results 1 – 1 of 1) sorted by relevance
96 sal_uInt32 nCRC1 = 0; in rtl_crc32_003() local100 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in rtl_crc32_003()108 CPPUNIT_ASSERT_MESSAGE("checksum should differ for buf1 and buf2", nCRC1 != nCRC2); in rtl_crc32_003()116 sal_uInt32 nCRC1 = 0; in rtl_crc32_003_1() local120 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in rtl_crc32_003_1()128 CPPUNIT_ASSERT_MESSAGE("checksum leave it's bounds", nCRC1 == nCRC2); in rtl_crc32_003_1()136 sal_uInt32 nCRC1 = 0; in rtl_crc32_003_2() local140 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in rtl_crc32_003_2()148 CPPUNIT_ASSERT_MESSAGE("checksum should differ", nCRC1 != nCRC2); in rtl_crc32_003_2()
Completed in 4 milliseconds