Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/crc32/
H A Drtl_crc32.cxx98 sal_uInt32 nCRC2 = 0; in TEST_F() local
102 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in TEST_F()
104 ASSERT_TRUE(nCRC1 != nCRC2) << "checksum should differ for buf1 and buf2"; in TEST_F()
118 sal_uInt32 nCRC2 = 0; in TEST_F() local
122 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in TEST_F()
124 ASSERT_TRUE(nCRC1 == nCRC2) << "checksum leave it's bounds"; in TEST_F()
138 sal_uInt32 nCRC2 = 0; in TEST_F() local
142 nCRC2 = rtl_crc32(nCRC2, buf2, num2); in TEST_F()
144 ASSERT_TRUE(nCRC1 != nCRC2) << "checksum should differ"; in TEST_F()

Completed in 7 milliseconds