Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/crc32/
H A Drtl_crc32.cxx92 sal_uInt32 nCRC1 = 0; in TEST_F() local
96 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F()
104 ASSERT_TRUE(nCRC1 != nCRC2) << "checksum should differ for buf1 and buf2"; in TEST_F()
112 sal_uInt32 nCRC1 = 0; in TEST_F() local
116 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F()
124 ASSERT_TRUE(nCRC1 == nCRC2) << "checksum leave it's bounds"; in TEST_F()
132 sal_uInt32 nCRC1 = 0; in TEST_F() local
136 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F()
144 ASSERT_TRUE(nCRC1 != nCRC2) << "checksum should differ"; in TEST_F()

Completed in 10 milliseconds